From bffb53e526205df6c6313677270044cfcdd1abde Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 10 Sep 2015 16:36:10 -0700 Subject: 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 . --- core/src/fxcodec/jbig2/JBig2_Module.h | 8 -------- 1 file changed, 8 deletions(-) (limited to '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 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 -- cgit v1.2.3