about summary refs log tree commit diff stats
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/event.c b/event.c
index afd13c8..76f3602 100644
--- a/event.c
+++ b/event.c
@@ -150,7 +150,6 @@ configurerequest(XEvent *e) {
 	unsigned long newmask;
 	Client *c;
 	XConfigureRequestEvent *ev = &e->xconfigurerequest;
-	XEvent synev;
 	XWindowChanges wc;
 
 	if((c = getclient(ev->window))) {