X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/980ebb95527c974fa71e8e97c38543e8d731c7c7..cabb286d303c74eab6bce88675007eaaa8049b80:/src/motif/menuitem.cpp?ds=sidebyside diff --git a/src/motif/menuitem.cpp b/src/motif/menuitem.cpp index e830c00c13..fb12bf8e2e 100644 --- a/src/motif/menuitem.cpp +++ b/src/motif/menuitem.cpp @@ -136,12 +136,6 @@ void wxMenuItem::Check(bool bDoCheck) } } -/* static */ -wxString wxMenuItemBase::GetLabelText(const wxString& text) -{ - return wxStripMenuCodes(text); -} - // ---------------------------------------------------------------------------- // wxMenuItemBase // ----------------------------------------------------------------------------