summary refs log tree commit diff
path: root/mousefunc.c
diff options
context:
space:
mode:
authorokan <okan>2015-05-21 00:37:04 +0000
committerokan <okan>2015-05-21 00:37:04 +0000
commitb1c2046efd856c4d32ba1a50a83e8b651f1769bd (patch)
tree09f45b33171170c428c6a6ebf3775e553cd0748a /mousefunc.c
parent31d4fe9f33d5bb80c3e490c5dbbbd774b0a124a4 (diff)
downloadcwm-b1c2046efd856c4d32ba1a50a83e8b651f1769bd.tar.gz
cwm-b1c2046efd856c4d32ba1a50a83e8b651f1769bd.tar.xz
cwm-b1c2046efd856c4d32ba1a50a83e8b651f1769bd.zip
merge kbd and mouse grouptoggle
Diffstat (limited to 'mousefunc.c')
-rw-r--r--mousefunc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mousefunc.c b/mousefunc.c
index 14138a6..271e732 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -173,12 +173,6 @@ mousefunc_client_move(struct client_ctx *cc, union arg *arg)
 }
 
 void
-mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg)
-{
-	group_toggle_membership_enter(cc);
-}
-
-void
 mousefunc_menu_group(struct client_ctx *cc, union arg *arg)
 {
 	struct screen_ctx	*sc = cc->sc;