aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-28 14:32:51 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-28 14:32:51 +0200
commit7b6d5ff29863e4bc7ba787357133ffb9bc5157e6 (patch)
tree2fb0e9e94d99de70a26f34a665dc1d91f948f027 /client.c
parent846850914d860ba0cb1fd6b9c394e4bee6b31737 (diff)
downloaddwm-7b6d5ff29863e4bc7ba787357133ffb9bc5157e6.tar.zst
removed crappy variables
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 1 insertions, 3 deletions
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;