remove some commented lines

This commit is contained in:
Mark Ganson TheMarkster
2020-07-20 14:11:14 +02:00
committed by Yorik van Havre
parent 5f347447b1
commit 5c42e35f52
-2
View File
@@ -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 {