X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..07f93593809177eda6317a13f9b111759a52a3d2:/include/wx/frame.h?ds=inline diff --git a/include/wx/frame.h b/include/wx/frame.h index 1579413dc1..8d5ce34cc9 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -173,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 // ------------------------------------