client.c
changeset 377 b1159a638d0a
parent 372 a9b4077ec058
child 378 83576f5f0a90
--- 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;