JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed crappy variables
[dwm.git] / client.c
index e8fe150..9c0428a 100644 (file)
--- a/client.c
+++ b/client.c
@@ -52,8 +52,6 @@ grabbuttons(Client *c, Bool focus)
 static void
 resizetitle(Client *c)
 {
-       int i;
-
        c->tw = textw(c->name);
        if(c->tw > c->w)
                c->tw = c->w + 2;
@@ -340,7 +338,7 @@ void
 settitle(Client *c)
 {
        char **list = NULL;
-       int i, n;
+       int n;
        XTextProperty name;
 
        name.nitems = 0;