diff options
Diffstat (limited to 'xfa/src/fxbarcode/BC_BinaryBitmap.h')
-rw-r--r-- | xfa/src/fxbarcode/BC_BinaryBitmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/src/fxbarcode/BC_BinaryBitmap.h b/xfa/src/fxbarcode/BC_BinaryBitmap.h index 4d79fa79d2..2e7feb9a95 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;
|