X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..e5d92e2bef8fed2f3fabaf9662902eb7189f5f92:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index 9caf869e96..8d5ce34cc9 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -16,10 +16,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "framebase.h" -#endif - #include "wx/toplevel.h" // the base class // the default names for various classs @@ -177,11 +173,6 @@ public: // if you are hiding the help, true otherwise virtual void DoGiveHelp(const wxString& text, bool show); -#if WXWIN_COMPATIBILITY_2_2 - // call this to simulate a menu command - wxDEPRECATED( bool Command(int winid) ); -#endif // WXWIN_COMPATIBILITY_2_2 - protected: // the frame main menu/status/tool bars // ------------------------------------