From eb76ad0b3ba402a255586ca3c78d8f9b827b62ef Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 19 Aug 2005 13:24:38 +0000 Subject: [PATCH 1/1] Remove duplicate code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/menucmn.cpp | 2 -- 1 file changed, 2 deletions(-) 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") ) -- 2.47.2