From d2cfeb40b4bba4914b72f743b4b316e31560c17b Mon Sep 17 00:00:00 2001 From: oga Date: Mon, 18 May 2009 00:17:46 +0000 Subject: [PATCH] oops, we appear to have grown an extra prototype for group_only(), get the secateurs out. --- calmwm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/calmwm.h b/calmwm.h index 75a7812..3c825cf 100644 --- a/calmwm.h +++ b/calmwm.h @@ -471,7 +471,6 @@ void group_init(void); void group_hidetoggle(int); void group_only(int); void group_cycle(int); -void group_only(int); void group_sticky(struct client_ctx *); void group_client_delete(struct client_ctx *); void group_menu(XButtonEvent *);