]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
docs corrections and docs for Chris' wxImage::SaveFile(filename_only) patch
[wxWidgets.git] / src / unix / utilsunx.cpp
index 8503131014fa0e52fc2344ead0b789e85a5edb69..da7aa7353158b54b07bbd537308a7b080210b6d0 100644 (file)
@@ -1165,6 +1165,8 @@ bool wxHandleFatalExceptions(bool doit)
 // error and debug output routines (deprecated, use wxLog)
 // ----------------------------------------------------------------------------
 
+#if WXWIN_COMPATIBILITY_2_2
+
 void wxDebugMsg( const char *format, ... )
 {
   va_list ap;
@@ -1191,3 +1193,5 @@ void wxFatalError( const wxString &msg, const wxString &title )
   exit(3); // the same exit code as for abort()
 }
 
+#endif // WXWIN_COMPATIBILITY_2_2
+