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;
 
et> 1997-05-25 00:16:10 -0400 snapshot of project "lynx", label v2-7-1ac_0-28' href='/ingrix/lynx-snapshots/commit/src/AttrList.h?id=945e8eb6bb07f64aaca42207af3311220ff2e4ba'>945e8eb6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68