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:
@@ -1076,6 +1076,8 @@ void wxTraceLevel(int, const wxChar * ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__)
|
#else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__)
|
||||||
|
// Already defined in memory.h
|
||||||
|
#if 0
|
||||||
void wxTrace(const char *WXUNUSED(fmt) ...)
|
void wxTrace(const char *WXUNUSED(fmt) ...)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@@ -1084,4 +1086,5 @@ void wxTraceLevel(int WXUNUSED(level), const char *WXUNUSED(fmt) ...)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user