X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2dec5b10d6fb8d05cadcf73ff53b5ed99de9c4e..ec35ed7c1cddff0638eba60af28e69d1e6ab46a2:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 2b590f68a9..5ec13fc7db 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -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