JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed crappy variables
[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);