summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/BC_LuminanceSource.h
diff options
context:
space:
mode:
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;