merge kbd and mouse grouptoggle

This commit is contained in:
okan
2015-05-21 00:37:04 +00:00
parent 31d4fe9f33
commit b1c2046efd
4 changed files with 7 additions and 13 deletions

View File

@@ -172,12 +172,6 @@ mousefunc_client_move(struct client_ctx *cc, union arg *arg)
/* NOTREACHED */
}
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)
{