aboutsummaryrefslogtreecommitdiffstats
path: root/view.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-30 11:15:58 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-30 11:15:58 +0200
commit5a3bea2d69c8ad864667de5142a9777aa41e1448 (patch)
treebfd07d241d763252a0d0a26895d8d48e35d5f1f4 /view.c
parent30d928591dbdb40d06c5973f6f3bda7a0c16e3e7 (diff)
downloaddwm-5a3bea2d69c8ad864667de5142a9777aa41e1448.tar.zst
removed a warning reported by Jukka
Diffstat (limited to 'view.c')
-rw-r--r--view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/view.c b/view.c
index 5de34c0..424ee5a 100644
--- a/view.c
+++ b/view.c
@@ -261,7 +261,6 @@ void
view(Arg *arg)
{
unsigned int i;
- Client *c;
for(i = 0; i < ntags; i++)
seltag[i] = False;