about summary refs log tree commit diff stats
path: root/view.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-04 12:23:41 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-04 12:23:41 +0200
commitc107db57db9529c699e6aa5fc1c31a37be06f94e (patch)
tree1e43124c0252d5b2cf875834c4bbf1d78362d514 /view.c
parentd39d00057ce609e726b2769f953485dc4c7403cc (diff)
downloaddwm-c107db57db9529c699e6aa5fc1c31a37be06f94e.tar.gz
removed unused vars
Diffstat (limited to 'view.c')
-rw-r--r--view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.c b/view.c
index 21efa16..cb92eee 100644
--- 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;