Remove useless method Workspace::killWindow
Was just wrapping to slotKillWindow.
This commit is contained in:
parent
a442bd6416
commit
2702c1930b
2 changed files with 5 additions and 5 deletions
|
@ -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() \
|
||||
{\
|
||||
|
|
|
@ -97,10 +97,6 @@ public:
|
|||
*/
|
||||
void killWindowId(Window window);
|
||||
|
||||
void killWindow() {
|
||||
slotKillWindow();
|
||||
}
|
||||
|
||||
bool initializing() const;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue