about summary refs log tree commit diff stats
path: root/view.c
diff options
context:
space:
mode:
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;