X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2646f485163f410baaad5bcf49028c604a352d19..6493aacaeb7b22b9fa35c559f7753e9fec0da71f:/src/mac/classic/frame.cpp diff --git a/src/mac/classic/frame.cpp b/src/mac/classic/frame.cpp index b56f24712b..30101f3825 100644 --- a/src/mac/classic/frame.cpp +++ b/src/mac/classic/frame.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "frame.h" -#endif - #include "wx/frame.h" #include "wx/statusbr.h" #include "wx/toolbar.h" @@ -28,7 +24,6 @@ extern wxWindowList wxModelessWindows; extern wxList wxPendingDelete; -#if !USE_SHARED_LIBRARY BEGIN_EVENT_TABLE(wxFrame, wxFrameBase) EVT_ACTIVATE(wxFrame::OnActivate) // EVT_MENU_HIGHLIGHT_ALL(wxFrame::OnMenuHighlight) @@ -38,7 +33,6 @@ BEGIN_EVENT_TABLE(wxFrame, wxFrameBase) END_EVENT_TABLE() IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow) -#endif #define WX_MAC_STATUSBAR_HEIGHT 15 // ----------------------------------------------------------------------------