Remove useless method Workspace::killWindow

Was just wrapping to slotKillWindow.
This commit is contained in:
Martin Gräßlin 2013-04-08 14:30:24 +02:00
parent a442bd6416
commit 2702c1930b
2 changed files with 5 additions and 5 deletions

View file

@ -97,11 +97,15 @@ void DBusInterface::name() \
Workspace::self()->name();\
}
WRAP(killWindow)
WRAP(reconfigure)
#undef WRAP
void DBusInterface::killWindow()
{
Workspace::self()->slotKillWindow();
}
#define WRAP(name) \
void DBusInterface::name() \
{\

View file

@ -97,10 +97,6 @@ public:
*/
void killWindowId(Window window);
void killWindow() {
slotKillWindow();
}
bool initializing() const;
/**