summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/BC_LuminanceSource.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-30 13:43:06 -0700
committerLei Zhang <thestig@chromium.org>2015-10-30 13:43:06 -0700
commit961c04a7c30746a395347133d0507811b0dece05 (patch)
tree2b74728b4a795bc723abe29e59e04efe21be39a8 /xfa/src/fxbarcode/BC_LuminanceSource.h
parentba692bf3ab3df5d0b83fb30f9e25953bed41ed5c (diff)
downloadpdfium-961c04a7c30746a395347133d0507811b0dece05.tar.xz
XFA: Remove dead code in CBC_BufferedImageLuminanceSource and friends.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1422713007 .
Diffstat (limited to 'xfa/src/fxbarcode/BC_LuminanceSource.h')
-rw-r--r--xfa/src/fxbarcode/BC_LuminanceSource.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/src/fxbarcode/BC_LuminanceSource.h b/xfa/src/fxbarcode/BC_LuminanceSource.h
index abf2d2302d..87c7d3d3d4 100644
--- a/xfa/src/fxbarcode/BC_LuminanceSource.h
+++ b/xfa/src/fxbarcode/BC_LuminanceSource.h
@@ -16,10 +16,6 @@ class CBC_LuminanceSource {
virtual CFX_ByteArray* GetRow(int32_t y, CFX_ByteArray& row, int32_t& e) = 0;
virtual CFX_ByteArray* GetMatrix() = 0;
- virtual FX_BOOL IsCropSupported() { return FALSE; }
- virtual FX_BOOL IsRotateSupported() { return FALSE; }
-
- virtual CBC_LuminanceSource* RotateCounterClockwise(int32_t& e) = 0;
protected:
int32_t m_width;