From: Julian Smart Date: Thu, 3 Jul 2003 15:47:28 +0000 (+0000) Subject: Removed duplicate wxTrace functions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/486c8bdfc9a490e42475e5604b22037f853d72b7 Removed duplicate wxTrace functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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