]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/menuitem.cpp
no real change: put event handlers together at the end of the file
[wxWidgets.git] / src / palmos / menuitem.cpp
index a491c36a86a0c9b63345714142255c8098d56a9c..bf3d419497754ee94df51678565b554633f36620 100644 (file)
@@ -158,12 +158,6 @@ bool wxMenuItem::IsChecked() const
     return false;
 }
 
-/* static */
-wxString wxMenuItemBase::GetLabelText(const wxString& text)
-{
-    return wxStripMenuCodes(text);
-}
-
 // radio group stuff
 // -----------------