From 216099d072e98a830ac8689077faad469388fdad Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 8 May 2007 08:52:34 +0200 Subject: [PATCH] thanks to Juka to check -Wall ;) --- event.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/event.c b/event.c index c89850a..db0d482 100644 --- a/event.c +++ b/event.c @@ -209,9 +209,7 @@ configurerequest(XEvent *e) { 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; -- 1.7.10.4