dwm-meillo

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 diff
     1.1 --- a/client.c	Mon Aug 28 12:27:00 2006 +0200
     1.2 +++ b/client.c	Mon Aug 28 14:32:51 2006 +0200
     1.3 @@ -52,8 +52,6 @@
     1.4  static void
     1.5  resizetitle(Client *c)
     1.6  {
     1.7 -	int i;
     1.8 -
     1.9  	c->tw = textw(c->name);
    1.10  	if(c->tw > c->w)
    1.11  		c->tw = c->w + 2;
    1.12 @@ -340,7 +338,7 @@
    1.13  settitle(Client *c)
    1.14  {
    1.15  	char **list = NULL;
    1.16 -	int i, n;
    1.17 +	int n;
    1.18  	XTextProperty name;
    1.19  
    1.20  	name.nitems = 0;