X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c71830c3b63568566cf5f006165e51ffaee0c704..0de868d9dda005db4f84117f0704dbc5702ddb71:/include/wx/motif/menu.h diff --git a/include/wx/motif/menu.h b/include/wx/motif/menu.h index 90fc70ed35..8360a909cd 100644 --- a/include/wx/motif/menu.h +++ b/include/wx/motif/menu.h @@ -47,13 +47,11 @@ public: bool ProcessCommand(wxCommandEvent& event); -#if WXWIN_COMPATIBILITY wxMenu(const wxString& title, const wxFunction func) : wxMenuBase(title) { Callback(func); } -#endif // WXWIN_COMPATIBILITY //// Motif-specific WXWidget GetButtonWidget() const { return m_buttonWidget; }