X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..46ae103b9f08fc4e447d16a6a92b03cf55ee3189:/include/wx/frame.h 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 // ------------------------------------