diff -r 3ccd8e6f0664 -r 5ea550e6a341 event.c --- a/event.c Mon May 07 13:14:55 2007 +0200 +++ b/event.c Tue May 08 08:52:34 2007 +0200 @@ -209,9 +209,7 @@ static void configurenotify(XEvent *e) { - Client *c; XConfigureEvent *ev = &e->xconfigure; - XWindowChanges wc; if (ev->window == root && (ev->width != sw || ev->height != sh)) { sw = ev->width;