summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-07 08:25:49 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-07 08:25:49 -0700
commitf2d2f98c259d014ed1c5681848d481d7485239b7 (patch)
treeb7913d7aafbf96fe5306b9f0f53c0b6ccf169977
parent8833342afc225214ce7180db612f104c9880f2c8 (diff)
downloadpdfium-f2d2f98c259d014ed1c5681848d481d7485239b7.tar.xz
Remove unused ICodec_Jbig2Encoder
Never implemented, never used. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1867573004
-rw-r--r--core/fxcodec/include/fx_codec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fxcodec/include/fx_codec.h b/core/fxcodec/include/fx_codec.h
index 1c3922ee4f..4e7dbd5a8d 100644
--- a/core/fxcodec/include/fx_codec.h
+++ b/core/fxcodec/include/fx_codec.h
@@ -23,7 +23,6 @@ class ICodec_BasicModule;
class ICodec_FaxModule;
class ICodec_FlateModule;
class ICodec_IccModule;
-class ICodec_Jbig2Encoder;
class ICodec_Jbig2Module;
class ICodec_JpegModule;
class ICodec_JpxModule;
@@ -448,10 +447,6 @@ class ICodec_ProgressiveDecoder {
virtual FXCODEC_STATUS ContinueDecode(IFX_Pause* pPause = NULL) = 0;
};
#endif // PDF_ENABLE_XFA
-class ICodec_Jbig2Encoder {
- public:
- virtual ~ICodec_Jbig2Encoder() {}
-};
class ICodec_IccModule {
public: