about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-05-06 16:03:11 +0000
committerokan <okan>2013-05-06 16:03:11 +0000
commit1db7cc2a18d2d3665a4d589d9bc39312eca42268 (patch)
tree90fe41c80e438a5ff4a189b65e553ddd8ca6a6c8 /calmwm.h
parent27854d9061eab7da9ef10bb36b9b8c7f971baebe (diff)
downloadcwm-1db7cc2a18d2d3665a4d589d9bc39312eca42268.tar.gz
cwm-1db7cc2a18d2d3665a4d589d9bc39312eca42268.tar.xz
cwm-1db7cc2a18d2d3665a4d589d9bc39312eca42268.zip
remove group in client_delete directly.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index cb10f19..82f43aa 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -348,7 +348,6 @@ void			 client_warp(struct client_ctx *);
 
 void			 group_alltoggle(struct screen_ctx *);
 void			 group_autogroup(struct client_ctx *);
-void			 group_client_delete(struct client_ctx *);
 void			 group_cycle(struct screen_ctx *, int);
 void			 group_hidetoggle(struct screen_ctx *, int);
 void			 group_init(struct screen_ctx *);