diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-30 13:43:06 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-30 13:43:06 -0700 |
commit | 961c04a7c30746a395347133d0507811b0dece05 (patch) | |
tree | 2b74728b4a795bc723abe29e59e04efe21be39a8 /xfa/src/fxbarcode/BC_BinaryBitmap.cpp | |
parent | ba692bf3ab3df5d0b83fb30f9e25953bed41ed5c (diff) | |
download | pdfium-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_BinaryBitmap.cpp')
-rw-r--r-- | xfa/src/fxbarcode/BC_BinaryBitmap.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa/src/fxbarcode/BC_BinaryBitmap.cpp b/xfa/src/fxbarcode/BC_BinaryBitmap.cpp index 1880670a8d..50a87126a7 100644 --- a/xfa/src/fxbarcode/BC_BinaryBitmap.cpp +++ b/xfa/src/fxbarcode/BC_BinaryBitmap.cpp @@ -47,12 +47,6 @@ CBC_CommonBitMatrix* CBC_BinaryBitmap::GetMatrix(int32_t& e) { }
return m_matrix;
}
-FX_BOOL CBC_BinaryBitmap::IsCropSupported() {
- return m_binarizer->GetLuminanceSource()->IsCropSupported();
-}
-FX_BOOL CBC_BinaryBitmap::IsRotateSupported() {
- return m_binarizer->GetLuminanceSource()->IsRotateSupported();
-}
CBC_CommonBitArray* CBC_BinaryBitmap::GetBlackRow(int32_t y,
CBC_CommonBitArray* row,
int32_t& e) {
|