Remove duplicate code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-08-19 13:24:38 +00:00
parent 6ace5176f6
commit eb76ad0b3b

View File

@@ -219,8 +219,6 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
keyCode = WXK_SNAPSHOT;
else if ( current == wxT("HELP") )
keyCode = WXK_HELP;
else if ( current == wxT("HELP") )
keyCode = WXK_HELP;
else if ( current == wxT("ADD") )
keyCode = WXK_ADD;
else if ( current == wxT("SEPARATOR") )