JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1da
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 3938e5e..b8b6c1d 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -133,8 +133,6 @@ drawstatus()
 void
 drawtitle(Client *c)
 {
-       int i;
-
        if(c == sel && issel) {
                drawstatus();
                XUnmapWindow(dpy, c->twin);