]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
removed cleanup module which was only used for working around bugs in memory debuggin...
[wxWidgets.git] / src / common / log.cpp
index 258d141ae91a7f4e02efbeea2ce698e63cec58a6..7796bf94d440043934c9cc5cd8484b1a0f93bb37 100644 (file)
@@ -367,10 +367,6 @@ void WXDLLEXPORT wxLogSysError(long lErrCode, const wxChar *szFormat, ...)
 // wxLog class implementation
 // ----------------------------------------------------------------------------
 
-wxLog::wxLog()
-{
-}
-
 wxChar *wxLog::SetLogBuffer( wxChar *buf, size_t size)
 {
     wxChar *oldbuf = s_szBuf;