]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menu.h
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / include / wx / os2 / menu.h
index 14205d675917eadc2f09a41cd7c7fe526b718783..af32bd3d305d3b6fe2a7b61aa31f16a418487c7f 100644 (file)
@@ -63,17 +63,6 @@ public:
     virtual void        Break(void);
     virtual void        SetTitle(const wxString& rTitle);
 
-#if wxUSE_MENU_CALLBACK
-    wxMenu( const wxString&  rTitle
-           ,const wxFunction fnFunc
-          )
-          : wxMenuBase(rTitle)
-    {
-        Init();
-        Callback(fnFunc);
-    }
-#endif // wxUSE_MENU_CALLBACK
-
     //
     // Implementation only from now on
     // -------------------------------