Removed duplicate wxTrace functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-07-03 15:47:28 +00:00
parent 47f1ad6a71
commit 486c8bdfc9

View 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