JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed a warning reported by Jukka
authorAnselm R. Garbe <arg@10kloc.org>
Wed, 30 Aug 2006 09:15:58 +0000 (11:15 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Wed, 30 Aug 2006 09:15:58 +0000 (11:15 +0200)
view.c

diff --git a/view.c b/view.c
index 5de34c0..424ee5a 100644 (file)
--- 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;