Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: xfa/src/fxbarcode/BC_BinaryBitmap.h

Issue 1422713007: XFA: Remove dead code in CBC_BufferedImageLuminanceSource and friends. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa/src/fxbarcode/BC_BinaryBitmap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | xfa/src/fxbarcode/BC_BinaryBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698