]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
Fix a couple of export declarations
[wxWidgets.git] / include / wx / frame.h
index 1579413dc1b71ee16782fff35477529521a9d25f..8d5ce34cc9ccd35dadfb6f983ecf1fe55193179d 100644 (file)
@@ -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
     // ------------------------------------