remove some commented lines

This commit is contained in:
Mark Ganson TheMarkster
2020-07-17 16:46:03 -05:00
committed by Yorik van Havre
parent 5f347447b1
commit 5c42e35f52

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 {