From 1f439a7a3b7c44235ecdac9a411add8fb62b0d83 Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Thu, 8 Oct 2015 10:13:44 +1100 Subject: 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 . --- core/src/fxcodec/codec/codec_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/src/fxcodec/codec/codec_int.h') 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; -- cgit v1.2.3