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

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

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 | « xfa/src/fxbarcode/BC_BinaryBitmap.h ('k') | xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/BC_BinaryBitmap.cpp
diff --git a/xfa/src/fxbarcode/BC_BinaryBitmap.cpp b/xfa/src/fxbarcode/BC_BinaryBitmap.cpp
index 1880670a8ddc6a2cabe3ff08e2bcd84b1df0a6a1..50a87126a7f726dd0d8954cf8a509c9014ee2889 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) {
« no previous file with comments | « xfa/src/fxbarcode/BC_BinaryBitmap.h ('k') | xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698