summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Context.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_Context.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_Context.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Context.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/src/fxcodec/jbig2/JBig2_Context.h
index 25261a17bf..eb0ceb0eb9 100644
--- a/core/src/fxcodec/jbig2/JBig2_Context.h
+++ b/core/src/fxcodec/jbig2/JBig2_Context.h
@@ -56,15 +56,8 @@ class CJBig2_Context : public CJBig2_Object {
int32_t stride,
IFX_Pause* pPause);
- int32_t getNextPage(uint8_t* pBuf,
- int32_t width,
- int32_t height,
- int32_t stride,
- IFX_Pause* pPause);
-
int32_t getFirstPage(CJBig2_Image** image, IFX_Pause* pPause);
- int32_t getNextPage(CJBig2_Image** image, IFX_Pause* pPause);
int32_t Continue(IFX_Pause* pPause);
FXCODEC_STATUS GetProcessiveStatus() { return m_ProcessiveStatus; }