diff options
Diffstat (limited to 'group.c')
-rw-r--r-- | group.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/group.c b/group.c index d73f8c4..f7a0a2d 100644 --- a/group.c +++ b/group.c @@ -308,17 +308,6 @@ group_cycle(struct screen_ctx *sc, int flags) group_setactive(sc, showgroup->shortcut); } -/* called when a client is deleted */ -void -group_client_delete(struct client_ctx *cc) -{ - if (cc->group == NULL) - return; - - TAILQ_REMOVE(&cc->group->clients, cc, group_entry); - cc->group = NULL; /* he he */ -} - void group_menu(XButtonEvent *e) { |