JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed unused vars
authorAnselm R. Garbe <arg@10kloc.org>
Mon, 4 Sep 2006 10:23:41 +0000 (12:23 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Mon, 4 Sep 2006 10:23:41 +0000 (12:23 +0200)
view.c

diff --git a/view.c b/view.c
index 21efa16..cb92eee 100644 (file)
--- a/view.c
+++ b/view.c
@@ -57,7 +57,7 @@ detach(Client *c)
 void
 dofloat(Arg *arg)
 {
-       Client *c, *fc;
+       Client *c;
 
        maximized = False;
 
@@ -77,7 +77,7 @@ void
 dotile(Arg *arg)
 {
        int h, i, n, w;
-       Client *c, *fc;
+       Client *c;
 
        maximized = False;