summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Image.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-02 13:52:56 -0700
committerLei Zhang <thestig@chromium.org>2015-09-02 13:52:56 -0700
commit9df5d9701ddf75f8050566132694bf435efb3ca0 (patch)
tree3465a71175c842f49ba1c945bc27ae0db5826e16 /core/src/fxcodec/jbig2/JBig2_Image.h
parent870b5b6793fa261f0c6f31f026010d2d715968bf (diff)
downloadpdfium-9df5d9701ddf75f8050566132694bf435efb3ca0.tar.xz
Remove dead JBig2 code.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1328643002 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_Image.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Image.h11
1 files changed, 0 insertions, 11 deletions
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);