]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
compilation fix for recent commit
[wxWidgets.git] / include / wx / log.h
index b6b3a645929c41e4e97a30439bc70b9d790d5fc7..d7d62303dc41435aa305727052415608224e249e 100644 (file)
@@ -543,11 +543,6 @@ DECLARE_LOG_FUNCTION2(SysError, long lErrCode);
 // debug only logging functions: use them with API name and error code
 // ----------------------------------------------------------------------------
 
-#ifndef __TFILE__
-    #define __XFILE__(x) Tx)
-    #define __TFILE__ __XFILE__(__FILE__)
-#endif
-
 #ifdef __WXDEBUG__
     // make life easier for people using VC++ IDE: clicking on the message
     // will take us immediately to the place of the failed API