summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2008-05-18 20:00:16 +0000
committerokan <okan>2008-05-18 20:00:16 +0000
commit5a0128bdc7d9291dd47861acd88a649e30e08400 (patch)
tree97b5d0234ca209797ff6f0ce0bc994a342ce2cf5 /group.c
parent5fee379cb533e7844db03a9a3a22ed1b4cede289 (diff)
downloadcwm-5a0128bdc7d9291dd47861acd88a649e30e08400.tar.gz
cwm-5a0128bdc7d9291dd47861acd88a649e30e08400.tar.xz
cwm-5a0128bdc7d9291dd47861acd88a649e30e08400.zip
remove extra calls to client_draw_border()
ok oga@
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