From 9df5d9701ddf75f8050566132694bf435efb3ca0 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 2 Sep 2015 13:52:56 -0700 Subject: Remove dead JBig2 code. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1328643002 . --- core/src/fxcodec/jbig2/JBig2_Image.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/src/fxcodec/jbig2/JBig2_Image.h') diff --git a/core/src/fxcodec/jbig2/JBig2_Image.h b/core/src/fxcodec/jbig2/JBig2_Image.h index 47215eaa3d..c5d27f36b5 100644 --- a/core/src/fxcodec/jbig2/JBig2_Image.h +++ b/core/src/fxcodec/jbig2/JBig2_Image.h @@ -44,16 +44,6 @@ class CJBig2_Image : public CJBig2_Object { JBig2ComposeOp op, const FX_RECT* pSrcRect); - FX_BOOL composeTo_unopt(CJBig2_Image* pDst, - int32_t x, - int32_t y, - JBig2ComposeOp op); - - FX_BOOL composeTo_opt(CJBig2_Image* pDst, - int32_t x, - int32_t y, - JBig2ComposeOp op); - FX_BOOL composeTo_opt2(CJBig2_Image* pDst, int32_t x, int32_t y, @@ -73,7 +63,6 @@ class CJBig2_Image : public CJBig2_Object { CJBig2_Image* pSrc, JBig2ComposeOp op, const FX_RECT* pSrcRect); - CJBig2_Image* subImage_unopt(int32_t x, int32_t y, int32_t w, int32_t h); CJBig2_Image* subImage(int32_t x, int32_t y, int32_t w, int32_t h); -- cgit v1.2.3