diff options
author | Lei Zhang <thestig@chromium.org> | 2015-07-22 13:47:50 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-07-22 13:47:50 -0700 |
commit | d07958fd2d1c4134d865f4ccb056eb925aaa7d2a (patch) | |
tree | f4f24d248f3554b361f233d68847e12e5ce2dc14 /core/src/fxcodec/codec | |
parent | 8a0a834d2aea61fc92590839b86471ac73daa967 (diff) | |
download | pdfium-d07958fd2d1c4134d865f4ccb056eb925aaa7d2a.tar.xz |
Merge to XFA: Remove dead code found by Scythe.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1249643003 .
(cherry picked from commit b05f1fd710496dea44b001bb905fa1c16a39bb28)
Review URL: https://codereview.chromium.org/1250433003 .
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 58b9793fde..244793b634 100644 --- a/core/src/fxcodec/codec/codec_int.h +++ b/core/src/fxcodec/codec/codec_int.h @@ -307,7 +307,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; |