Commit 216099d

Anselm R. Garbe <arg@suckless.org>
2007-05-08 02:52:34
thanks to Juka to check -Wall ;)
1 parent fc2e3ea
Changed files (1)
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;