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 dd8b1c0d1f
commit e329e6ee03

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 {