summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'group.c')
-rw-r--r--group.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/group.c b/group.c
index 5fc01be..a75a319 100644
--- a/group.c
+++ b/group.c
@@ -53,8 +53,6 @@ _group_remove(struct client_ctx *cc)
 
 	TAILQ_REMOVE(&cc->group->clients, cc, group_entry);
 	cc->group = NULL;
-	cc->highlight = 0;
-	client_draw_border(cc);
 }
 
 static void