simplified configurerequest to a bare minimum, removed wrong ban() calls

This commit is contained in:
Anselm R. Garbe
2007-02-19 11:34:12 +01:00
parent b61f91361c
commit 39ed54a468
2 changed files with 1 additions and 16 deletions

View File

@ -67,14 +67,6 @@ xerrordummy(Display *dsply, XErrorEvent *ee) {
/* extern */
void
ban(Client *c) {
if(!c || c->isbanned)
return;
c->isbanned = True;
XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);
}
void
configure(Client *c) {
XConfigureEvent ce;