From 7b6d5ff29863e4bc7ba787357133ffb9bc5157e6 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 28 Aug 2006 14:32:51 +0200 Subject: removed crappy variables --- client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index e8fe150..9c0428a 100644 --- 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; -- cgit v1.2.3-54-g00ecf