X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52af3158e974b042008474268570f3bdb7ce95ee..0516de2cdb33937bab49c7b381cecd25c5e50ef2:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index 0de4fb3eef..c222caa135 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -512,19 +512,6 @@ protected: DECLARE_NO_COPY_CLASS(wxMenuBarBase) }; -#if WXWIN_COMPATIBILITY_2_8 -// get or change the label of the menu at given position -void wxMenuBarBase::SetLabelTop(size_t pos, const wxString& label) -{ - SetMenuLabel(pos, label); -} - -wxString wxMenuBarBase::GetLabelTop(size_t pos) const -{ - return GetMenuLabel(pos); -} -#endif - // ---------------------------------------------------------------------------- // include the real class declaration // ----------------------------------------------------------------------------