From: Michael Wetherell Date: Fri, 19 Aug 2005 13:24:38 +0000 (+0000) Subject: Remove duplicate code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eb76ad0b3ba402a255586ca3c78d8f9b827b62ef Remove duplicate code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/menucmn.cpp b/src/common/menucmn.cpp index e2b21ee6b6..07fee7e661 100644 --- a/src/common/menucmn.cpp +++ b/src/common/menucmn.cpp @@ -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") )