X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52af3158e974b042008474268570f3bdb7ce95ee..4290e8ed3b8a99f9bbd4533ce7abac4186eb4e77:/src/palmos/menuitem.cpp?ds=sidebyside diff --git a/src/palmos/menuitem.cpp b/src/palmos/menuitem.cpp index a491c36a86..bf3d419497 100644 --- a/src/palmos/menuitem.cpp +++ b/src/palmos/menuitem.cpp @@ -158,12 +158,6 @@ bool wxMenuItem::IsChecked() const return false; } -/* static */ -wxString wxMenuItemBase::GetLabelText(const wxString& text) -{ - return wxStripMenuCodes(text); -} - // radio group stuff // -----------------