]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/menu.cpp
move 8 copies of the same function to common code
[wxWidgets.git] / src / gtk / menu.cpp
index ee1c5e4d5bb2ed3216f684b783d46e55c9ce640c..8d5b2098ececabfc2fd6609fce518cafdbd0bcee 100644 (file)
@@ -625,17 +625,6 @@ wxMenuItem::~wxMenuItem()
    // don't delete menu items, the menus take care of that
 }
 
-// return the menu item text without any menu accels
-/* static */
-
-wxString wxMenuItemBase::GetLabelText(const wxString& text)
-{
-    // The argument to this function will now always be in wxWidgets standard label
-    // format, not GTK+ format, so we do what the other ports do.
-
-    return wxStripMenuCodes(text);
-}
-
 void wxMenuItem::SetItemLabel( const wxString& str )
 {
 #if wxUSE_ACCEL