| Index: xfa/src/fxbarcode/BC_BinaryBitmap.h
|
| diff --git a/xfa/src/fxbarcode/BC_BinaryBitmap.h b/xfa/src/fxbarcode/BC_BinaryBitmap.h
|
| index 4d79fa79d2ca5c6425e341019ed1d41e36c4e390..2e7feb9a958497dcf77f239dcc8c8bf0b5f94808 100644
|
| --- a/xfa/src/fxbarcode/BC_BinaryBitmap.h
|
| +++ b/xfa/src/fxbarcode/BC_BinaryBitmap.h
|
| @@ -21,8 +21,6 @@ class CBC_BinaryBitmap {
|
| CBC_CommonBitArray* row,
|
| int32_t& e);
|
| CBC_CommonBitMatrix* GetBlackMatrix(int32_t& e);
|
| - FX_BOOL IsCropSupported();
|
| - FX_BOOL IsRotateSupported();
|
|
|
| private:
|
| CBC_Binarizer* m_binarizer;
|
|
|