summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Module.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-10 16:36:10 -0700
committerLei Zhang <thestig@chromium.org>2015-09-10 16:36:10 -0700
commitbffb53e526205df6c6313677270044cfcdd1abde (patch)
treeb00232176c20ee93082b4e83931e1a6d594407ec /core/src/fxcodec/jbig2/JBig2_Module.h
parenta7f5386053136db6d41b1fc4943544ec623704c3 (diff)
downloadpdfium-bffb53e526205df6c6313677270044cfcdd1abde.tar.xz
Merge to XFA: Remove CJBig2_Module::JBig2_Error and friends.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1327983003 . (cherry picked from commit 6087a2f18e0c779c1bae62812801cee98fe8a09d) Review URL: https://codereview.chromium.org/1335793003 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_Module.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Module.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Module.h b/core/src/fxcodec/jbig2/JBig2_Module.h
index 53e47605ba..bb06c8a0b3 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, ...) {}
-
- virtual void JBig2_Warn(const FX_CHAR* format, ...) {}
-
- virtual void JBig2_Log(const FX_CHAR* format, ...) {}
};
#endif