summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/codec_int.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-07 21:26:47 -0700
committerLei Zhang <thestig@chromium.org>2015-10-07 21:26:47 -0700
commitdcdd29e266c282dc4020f297fcb5e5da9c1f1537 (patch)
tree12845a2af284c28cfae5b03898ded89c2ae95e1e /core/src/fxcodec/codec/codec_int.h
parent7fed2e7b5df7897abf365745ad688aab4bdfdf5a (diff)
downloadpdfium-dcdd29e266c282dc4020f297fcb5e5da9c1f1537.tar.xz
Merge to XFA: Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to false.
TBR=dml@google.com Review URL: https://codereview.chromium.org/1393153002 . (cherry picked from commit 1f439a7a3b7c44235ecdac9a411add8fb62b0d83) Review URL: https://codereview.chromium.org/1392873003 .
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 dad2953e12..043f62f0e3 100644
--- a/core/src/fxcodec/codec/codec_int.h
+++ b/core/src/fxcodec/codec/codec_int.h
@@ -363,7 +363,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;