JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove an unused var.
authorMarco Peereboom <marco@conformal.com>
Wed, 23 Sep 2009 12:02:35 +0000 (12:02 +0000)
committerMarco Peereboom <marco@conformal.com>
Wed, 23 Sep 2009 12:02:35 +0000 (12:02 +0000)
scrotwm.c

index 8e7c356..bf2959d 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -3396,8 +3396,6 @@ propertynotify(XEvent *e)
 void
 unmapnotify(XEvent *e)
 {
-       XDestroyWindowEvent     *ev = &e->xdestroywindow;
-
        DNPRINTF(SWM_D_EVENT, "unmapnotify: window: %lu\n", e->xunmap.window);
 }