X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..e55e94865fb13bdae40e79e56b13b29cd99ca82a:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 29b31bdfeb..e762055fc5 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -1075,16 +1075,5 @@ void wxTraceLevel(int, const wxChar * ...) #endif } -#else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__) -// Already defined in memory.h -#if 0 -void wxTrace(const char *WXUNUSED(fmt) ...) -{ -} - -void wxTraceLevel(int WXUNUSED(level), const char *WXUNUSED(fmt) ...) -{ -} -#endif #endif