remove extra calls to client_draw_border()

ok oga@
This commit is contained in:
okan 2008-05-18 20:00:16 +00:00
parent 5fee379cb5
commit 5a0128bdc7
2 changed files with 0 additions and 4 deletions

View File

@ -365,7 +365,6 @@ client_resize(struct client_ctx *cc)
XMoveResizeWindow(X_Dpy, cc->win, cc->bwidth, cc->bwidth,
cc->geom.width, cc->geom.height);
xev_reconfig(cc);
client_draw_border(cc);
}
void
@ -386,7 +385,6 @@ void
client_raise(struct client_ctx *cc)
{
XRaiseWindow(X_Dpy, cc->pwin);
client_draw_border(cc);
}
void

View File

@ -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