diff options
author | Lei Zhang <thestig@chromium.org> | 2015-07-22 13:33:43 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-07-22 13:33:43 -0700 |
commit | b05f1fd710496dea44b001bb905fa1c16a39bb28 (patch) | |
tree | 43b7a7fac7b4ce08c287bfc03d09e5e1201e20d0 /core/src/fxcodec/codec | |
parent | 81698d1d14bcc9b04799c2bc47440e6d86629f18 (diff) | |
download | pdfium-b05f1fd710496dea44b001bb905fa1c16a39bb28.tar.xz |
Remove dead code found by Scythe.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1249643003 .
Diffstat (limited to 'core/src/fxcodec/codec')
-rw-r--r-- | core/src/fxcodec/codec/codec_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h index d0d969cddc..4c7eba08b3 100644 --- a/core/src/fxcodec/codec/codec_int.h +++ b/core/src/fxcodec/codec/codec_int.h @@ -244,7 +244,7 @@ class CCodec_Jbig2Context public: CCodec_Jbig2Context(); ~CCodec_Jbig2Context() {}; - IFX_FileRead* m_file_ptr; + FX_DWORD m_width; FX_DWORD m_height; uint8_t* m_src_buf; |