From 5a0128bdc7d9291dd47861acd88a649e30e08400 Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 18 May 2008 20:00:16 +0000 Subject: remove extra calls to client_draw_border() ok oga@ --- group.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'group.c') 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 -- cgit 1.4.1