From aa88d5848e0b3ee3ea7c64c7582eddd963dcecb2 Mon Sep 17 00:00:00 2001 From: oga Date: Mon, 7 Dec 2009 23:19:51 +0000 Subject: Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and unchangable. the group code needs some cleaning up before this will be a bit less hackish. ok okan@ --- group.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'group.c') diff --git a/group.c b/group.c index d4d08b5..86aedc2 100644 --- a/group.c +++ b/group.c @@ -22,8 +22,6 @@ #include "headers.h" #include "calmwm.h" -#define CALMWM_NGROUPS 9 - static void group_add(struct group_ctx *, struct client_ctx *); static void group_remove(struct client_ctx *); static void group_hide(struct group_ctx *); -- cgit 1.4.1