Remove commented code from old scripting

SVN_SILENT
This commit is contained in:
Martin Gräßlin 2012-03-24 08:11:10 +01:00
parent 05198bc2b7
commit 81c6eeb4f4

View file

@ -560,14 +560,6 @@ void Workspace::addClient(Client* c, allowed_t)
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);
if (grp != NULL)