From e329e6ee034d9ce0dc0215d1c19e0e46ec847ac5 Mon Sep 17 00:00:00 2001 From: Mark Ganson TheMarkster <39143564+mwganson@users.noreply.github.com> Date: Fri, 17 Jul 2020 16:46:03 -0500 Subject: [PATCH] remove some commented lines --- src/Gui/ApplicationPy.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Gui/ApplicationPy.cpp b/src/Gui/ApplicationPy.cpp index 999bdec6b6..acd4add1ac 100644 --- a/src/Gui/ApplicationPy.cpp +++ b/src/Gui/ApplicationPy.cpp @@ -1321,8 +1321,6 @@ PyObject* Application::sSetCommandShortcut(PyObject * /*self*/, PyObject *args) action->setShortcut(nativeText); ParameterGrp::handle hGrp = WindowParameter::getDefaultParameter()->GetGroup("Shortcut"); hGrp->SetASCII(pName, pShortcut); -// cmd->setAccel(pShortcut); -// getMainWindow()->updateActions(); return Py::new_reference_to(Py::Boolean(true)); } else {