diff options
Diffstat (limited to 'group.c')
-rw-r--r-- | group.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 *); |