Remove commented code from old scripting
SVN_SILENT
This commit is contained in:
parent
05198bc2b7
commit
81c6eeb4f4
1 changed files with 0 additions and 8 deletions
|
@ -560,14 +560,6 @@ void Workspace::addClient(Client* c, allowed_t)
|
||||||
|
|
||||||
KWindowInfo info = KWindowSystem::windowInfo(c->window(), -1U, NET::WM2WindowClass);
|
KWindowInfo info = KWindowSystem::windowInfo(c->window(), -1U, NET::WM2WindowClass);
|
||||||
|
|
||||||
/*
|
|
||||||
if (info.windowClassName() == QString("krunner")) {
|
|
||||||
SWrapper::Workspace* ws_object = KWin::Scripting::workspace();
|
|
||||||
if (ws_object != 0) {
|
|
||||||
ws_object->sl_killWindowCalled(c);
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
|
|
||||||
emit clientAdded(c);
|
emit clientAdded(c);
|
||||||
|
|
||||||
if (grp != NULL)
|
if (grp != NULL)
|
||||||
|
|
Loading…
Reference in a new issue