diff --git a/src/common/memory.cpp b/src/common/memory.cpp index ce6cfdfc3a..8ff352a193 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -1075,15 +1075,5 @@ void wxTraceLevel(int, const wxChar * ...) #endif } -#else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__) -#if (defined(__BORLANDC__) && (__BORLANDC__ <= 550)) -void wxTrace(const char *WXUNUSED(fmt) ...) -{ -} - -void wxTraceLevel(int WXUNUSED(level), const char *WXUNUSED(fmt) ...) -{ -} -#endif //__BORLANDC__ #endif