Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: core/include/fxcodec/fx_codec.h

Issue 1420693004: Remove dead code in fx_codec_jbig_enc.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | core/src/fxcodec/codec/fx_codec_jbig_enc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fxcodec/fx_codec.h
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h
index d8c66d9d6545ffb126eab024b6dd3952f0ba671b..7eec175c899239c3dbe611de0ceba85432aa3c15 100644
--- a/core/include/fxcodec/fx_codec.h
+++ b/core/include/fxcodec/fx_codec.h
@@ -31,7 +31,7 @@ class ICodec_ScanlineDecoder;
class CCodec_ModuleMgr {
public:
CCodec_ModuleMgr();
- ICodec_Jbig2Encoder* CreateJbig2Encoder();
+
ICodec_BasicModule* GetBasicModule() const { return m_pBasicModule.get(); }
ICodec_FaxModule* GetFaxModule() const { return m_pFaxModule.get(); }
ICodec_JpegModule* GetJpegModule() const { return m_pJpegModule.get(); }
« no previous file with comments | « BUILD.gn ('k') | core/src/fxcodec/codec/fx_codec_jbig_enc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698