JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed an unused var
authorarg@zarathustra <unknown>
Tue, 26 Sep 2006 15:42:14 +0000 (17:42 +0200)
committerarg@zarathustra <unknown>
Tue, 26 Sep 2006 15:42:14 +0000 (17:42 +0200)
event.c

diff --git a/event.c b/event.c
index afd13c8..76f3602 100644 (file)
--- 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))) {