diff options
author | okan | 2008-05-18 20:00:16 +0000 |
---|---|---|
committer | okan | 2008-05-18 20:00:16 +0000 |
commit | ded4ee413cda86bfa735b5b10100bc71fe23dd8b (patch) | |
tree | a3aeb9abbe13070af8ec81010d73a872b0ee0529 /group.c | |
parent | 2c5038e0ace941e3aeaa38bc499a344c8e516654 (diff) | |
download | cwm-ded4ee413cda86bfa735b5b10100bc71fe23dd8b.tar.gz |
remove extra calls to client_draw_border()
ok oga@
Diffstat (limited to 'group.c')
-rw-r--r-- | group.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: group.c,v 1.13 2008/05/18 19:38:18 oga Exp $ + * $Id: group.c,v 1.14 2008/05/18 20:00:16 okan Exp $ */ #include "headers.h" @@ -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 |