]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed duplicate wxTrace functions
authorJulian Smart <julian@anthemion.co.uk>
Thu, 3 Jul 2003 15:47:28 +0000 (15:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 3 Jul 2003 15:47:28 +0000 (15:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/memory.cpp

index 7509750cd35a37c46c1b0638f500f60998307e88..5ec13fc7dbd6e3c96e4e30f2b27dcd9da3d53bf3 100644 (file)
@@ -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