From 486c8bdfc9a490e42475e5604b22037f853d72b7 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 3 Jul 2003 15:47:28 +0000 Subject: [PATCH] Removed duplicate wxTrace functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/memory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 7509750cd3..5ec13fc7db 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -1076,6 +1076,8 @@ void wxTraceLevel(int, const wxChar * ...) } #else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__) +// Already defined in memory.h +#if 0 void wxTrace(const char *WXUNUSED(fmt) ...) { } @@ -1084,4 +1086,5 @@ void wxTraceLevel(int WXUNUSED(level), const char *WXUNUSED(fmt) ...) { } #endif +#endif -- 2.50.0