From 5d7b3b6df57d535c8ab434ed69b6b2cd269ad34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 21 Nov 2012 18:29:02 +0100 Subject: [PATCH] Remove not implemented methods from Workspace class definition Methods are nowhere implemented and in general placement related code is in Placement. --- workspace.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/workspace.h b/workspace.h index db7b155208..c02773ba13 100644 --- a/workspace.h +++ b/workspace.h @@ -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();