projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed the value returned by GetSize()
[wxWidgets.git]
/
src
/
common
/
memory.cpp
diff --git
a/src/common/memory.cpp
b/src/common/memory.cpp
index 29b31bdfeb4bfdd8ae6b99849bc777c9c0b84bdc..e762055fc5d673aa4652d001882f4e9a0d328975 100644
(file)
--- a/
src/common/memory.cpp
+++ b/
src/common/memory.cpp
@@
-1075,16
+1075,5
@@
void wxTraceLevel(int, const wxChar * ...)
#endif
}
-#else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__)
-// Already defined in memory.h
-#if 0
-void wxTrace(const char *WXUNUSED(fmt) ...)
-{
-}
-
-void wxTraceLevel(int WXUNUSED(level), const char *WXUNUSED(fmt) ...)
-{
-}
-#endif
#endif