summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/codec_int.h
diff options
context:
space:
mode:
authorDavid Lattimore <dml@google.com>2015-10-08 10:13:44 +1100
committerDavid Lattimore <dml@google.com>2015-10-08 10:13:44 +1100
commit1f439a7a3b7c44235ecdac9a411add8fb62b0d83 (patch)
treea91d784127b413bf4fc786809eee7234a74211ce /core/src/fxcodec/codec/codec_int.h
parent213a172779fddbd7e588ee2e2b3906ccc47d6896 (diff)
downloadpdfium-1f439a7a3b7c44235ecdac9a411add8fb62b0d83.tar.xz
Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to false.
R=thestig@chromium.org BUG= Review URL: https://codereview.chromium.org/1393153002 .
Diffstat (limited to 'core/src/fxcodec/codec/codec_int.h')
-rw-r--r--core/src/fxcodec/codec/codec_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
index 682b5d0dbb..10d0c3fd79 100644
--- a/core/src/fxcodec/codec/codec_int.h
+++ b/core/src/fxcodec/codec/codec_int.h
@@ -280,7 +280,6 @@ class CCodec_Jbig2Context {
FX_DWORD m_global_size;
uint8_t* m_dest_buf;
FX_DWORD m_dest_pitch;
- FX_BOOL m_bFileReader;
IFX_Pause* m_pPause;
CJBig2_Context* m_pContext;
CJBig2_Image* m_dest_image;