]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menu.h
moved smart phone test to chkconf.h from features.h
[wxWidgets.git] / include / wx / mac / menu.h
index cc149e26ac9f93fd90e717b88b1677505c823f1b..c401f7f140850e7e0cf7e671b43a406fa8ad9cef 100644 (file)
@@ -46,14 +46,6 @@ public:
     // MSW-specific
     bool ProcessCommand(wxCommandEvent& event);
 
-#if WXWIN_COMPATIBILITY
-    wxMenu(const wxString& title, const wxFunction func)
-        : wxMenuBase(title)
-    {
-        Callback(func);
-    }
-#endif // WXWIN_COMPATIBILITY
-
     // implementation only from now on
     // -------------------------------