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

Unified Diff: core/src/fxcodec/jbig2/JBig2_Module.h

Issue 1327983003: Remove CJBig2_Module::JBig2_Error and friends. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 3 months 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 | « core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/jbig2/JBig2_Module.h
diff --git a/core/src/fxcodec/jbig2/JBig2_Module.h b/core/src/fxcodec/jbig2/JBig2_Module.h
index 53e47605ba2d1dc66b35011f9deab988d63b127b..bb06c8a0b33596e14d11ff6681d33bc444046ee4 100644
--- a/core/src/fxcodec/jbig2/JBig2_Module.h
+++ b/core/src/fxcodec/jbig2/JBig2_Module.h
@@ -22,13 +22,5 @@ class CJBig2_Module {
virtual void* JBig2_Realloc(void* pMem, FX_DWORD dwSize) = 0;
virtual void JBig2_Free(void* pMem) = 0;
-
- virtual void JBig2_Assert(int32_t nExpression) {}
-
- virtual void JBig2_Error(const FX_CHAR* format, ...) {}
Lei Zhang 2015/09/04 00:47:51 The methods, they do nothing!
-
- virtual void JBig2_Warn(const FX_CHAR* format, ...) {}
-
- virtual void JBig2_Log(const FX_CHAR* format, ...) {}
};
#endif
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698