Mercurial > aewl
diff client.c @ 377:b1159a638d0a
removed crappy variables
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 28 Aug 2006 14:32:51 +0200 |
parents | a9b4077ec058 |
children | 83576f5f0a90 |
line wrap: on
line diff
--- a/client.c Mon Aug 28 12:27:00 2006 +0200 +++ b/client.c Mon Aug 28 14:32:51 2006 +0200 @@ -52,8 +52,6 @@ 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 @@ settitle(Client *c) { char **list = NULL; - int i, n; + int n; XTextProperty name; name.nitems = 0;