X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/858cab30bea10ff181fe358fe6b2b56961da5563..9dc1d18069c519c807c2476a837e710b5ef932c6:/src/common/msgout.cpp diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 3e9471de8d..b0c10d92b3 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -17,17 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) && !defined(__EMX__) -// Some older compilers (such as EMX) cannot handle -// #pragma interface/implementation correctly, iff -// #pragma implementation is used in _two_ translation -// units (as created by e.g. event.cpp compiled for -// libwx_base and event.cpp compiled for libwx_gui_core). -// So we must not use those pragmas for those compilers in -// such files. - #pragma implementation "msgout.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h"