aboutsummaryrefslogtreecommitdiffstats
path: root/draw.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 /draw.c
parent846850914d860ba0cb1fd6b9c394e4bee6b31737 (diff)
downloaddwm-7b6d5ff29863e4bc7ba787357133ffb9bc5157e6.tar.zst
removed crappy variables
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/draw.c b/draw.c
index 3938e5e..b8b6c1d 100644
--- a/draw.c
+++ b/draw.c
@@ -133,8 +133,6 @@ drawstatus()
void
drawtitle(Client *c)
{
- int i;
-
if(c == sel && issel) {
drawstatus();
XUnmapWindow(dpy, c->twin);