Explorar o código

thanks to Juka to check -Wall ;)

Anselm R. Garbe %!s(int64=18) %!d(string=hai) anos
pai
achega
216099d072
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      event.c

+ 0 - 2
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;