remove some commented lines
This commit is contained in:
committed by
Yorik van Havre
parent
dd8b1c0d1f
commit
e329e6ee03
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user