summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Module.h
diff options
context:
space:
mode:
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