]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menu.h
added support for POST method and alternate ports (part of patch 649438)
[wxWidgets.git] / include / wx / motif / menu.h
index 8e4a45a8538c29c9ea60eff85a66d3555f734c3a..9db851bab5c9f80ca8c10214368dd80c6f79e932 100644 (file)
@@ -47,14 +47,6 @@ public:
     
     bool ProcessCommand(wxCommandEvent& event);
     
-    wxMenu(const wxString& title, const wxFunction func)
-        : wxMenuBase(title)
-    {
-        Init();
-        
-        Callback(func);
-    }
-    
     //// Motif-specific
     WXWidget GetButtonWidget() const { return m_buttonWidget; }
     void SetButtonWidget(WXWidget buttonWidget) { m_buttonWidget = buttonWidget; }