From: Vadim Zeitlin Date: Wed, 17 Oct 2001 14:30:29 +0000 (+0000) Subject: fixed linking problems related to wxStatusBar under wx!MSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e0c3051674f5cd72e75559347ff7488d9a47282 fixed linking problems related to wxStatusBar under wx!MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/statbar/statbar.cpp b/samples/statbar/statbar.cpp index 0962d37ad8..cc3198507c 100644 --- a/samples/statbar/statbar.cpp +++ b/samples/statbar/statbar.cpp @@ -17,11 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ - #pragma implementation "statbar.cpp" - #pragma interface "statbar.cpp" -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h"