Remove not implemented methods from Workspace class definition

Methods are nowhere implemented and in general placement related code is
in Placement.
This commit is contained in:
Martin Gräßlin 2012-11-21 18:29:02 +01:00
parent 2ba5e1d6ad
commit 5d7b3b6df5

View file

@ -714,10 +714,6 @@ private:
Window findSpecialEventWindow(XEvent* e);
void randomPlacement(Client* c);
void smartPlacement(Client* c);
void cascadePlacement(Client* c, bool re_init = false);
// Desktop names and number of desktops
void loadDesktopSettings();
void saveDesktopSettings();