| Index: xfa/src/fxbarcode/BC_LuminanceSource.h
|
| diff --git a/xfa/src/fxbarcode/BC_LuminanceSource.h b/xfa/src/fxbarcode/BC_LuminanceSource.h
|
| index abf2d2302d622cfd630506e40d767fa28d36fd94..87c7d3d3d4b504082888d95692a3040aba9b472d 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;
|
|
|