From 961c04a7c30746a395347133d0507811b0dece05 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 30 Oct 2015 13:43:06 -0700 Subject: XFA: Remove dead code in CBC_BufferedImageLuminanceSource and friends. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1422713007 . --- xfa/src/fxbarcode/BC_LuminanceSource.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xfa/src/fxbarcode/BC_LuminanceSource.h') diff --git a/xfa/src/fxbarcode/BC_LuminanceSource.h b/xfa/src/fxbarcode/BC_LuminanceSource.h index abf2d2302d..87c7d3d3d4 100644 --- a/xfa/src/fxbarcode/BC_LuminanceSource.h +++ b/xfa/src/fxbarcode/BC_LuminanceSource.h @@ -16,10 +16,6 @@ class CBC_LuminanceSource { virtual CFX_ByteArray* GetRow(int32_t y, CFX_ByteArray& row, int32_t& e) = 0; virtual CFX_ByteArray* GetMatrix() = 0; - virtual FX_BOOL IsCropSupported() { return FALSE; } - virtual FX_BOOL IsRotateSupported() { return FALSE; } - - virtual CBC_LuminanceSource* RotateCounterClockwise(int32_t& e) = 0; protected: int32_t m_width; -- cgit v1.2.3