summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/codec_int.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-03 14:45:32 -0700
committerLei Zhang <thestig@chromium.org>2015-09-03 14:45:32 -0700
commit928c183ece333e4eb55acbbd8036cf473b94f516 (patch)
tree6273b16804fd06cdd9a90c4c8040b9db080b17f1 /core/src/fxcodec/codec/codec_int.h
parent55512706477c035ee27413a7a2c9a75f31ceae34 (diff)
downloadpdfium-928c183ece333e4eb55acbbd8036cf473b94f516.tar.xz
Merge to XFA: Remove dead JBig2 code.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1328643002 . (cherry picked from commit 9df5d9701ddf75f8050566132694bf435efb3ca0) Review URL: https://codereview.chromium.org/1319563003 .
Diffstat (limited to 'core/src/fxcodec/codec/codec_int.h')
-rw-r--r--core/src/fxcodec/codec/codec_int.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
index 75e1fd141b..ee7fe3ba6f 100644
--- a/core/src/fxcodec/codec/codec_int.h
+++ b/core/src/fxcodec/codec/codec_int.h
@@ -398,19 +398,6 @@ class CCodec_Jbig2Module : public ICodec_Jbig2Module {
~CCodec_Jbig2Module() override;
// ICodec_Jbig2Module
- FX_BOOL Decode(FX_DWORD width,
- FX_DWORD height,
- const uint8_t* src_buf,
- FX_DWORD src_size,
- const uint8_t* global_data,
- FX_DWORD global_size,
- uint8_t* dest_buf,
- FX_DWORD dest_pitch) override;
- FX_BOOL Decode(IFX_FileRead* file_ptr,
- FX_DWORD& width,
- FX_DWORD& height,
- FX_DWORD& pitch,
- uint8_t*& dest_buf) override;
void* CreateJbig2Context() override;
FXCODEC_STATUS StartDecode(void* pJbig2Context,
FX_DWORD width,
@@ -422,13 +409,6 @@ class CCodec_Jbig2Module : public ICodec_Jbig2Module {
uint8_t* dest_buf,
FX_DWORD dest_pitch,
IFX_Pause* pPause) override;
- FXCODEC_STATUS StartDecode(void* pJbig2Context,
- IFX_FileRead* file_ptr,
- FX_DWORD& width,
- FX_DWORD& height,
- FX_DWORD& pitch,
- uint8_t*& dest_buf,
- IFX_Pause* pPause) override;
FXCODEC_STATUS ContinueDecode(void* pJbig2Context,
IFX_Pause* pPause) override;
void DestroyJbig2Context(void* pJbig2Context) override;