From 5fcf273b059e04447a9d2d76ebe2f32955d5b927 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 9 Oct 2004 17:02:07 +0000 Subject: [PATCH] Removed doubly-defined stubs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@29754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/memory.cpp | 10 ---------- 1 file changed, 10 deletions(-) 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