Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
d39d000
)
removed unused vars
author
Anselm R. Garbe <
[email protected]
>
Mon, 4 Sep 2006 10:23:41 +0000
(12:23 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Mon, 4 Sep 2006 10:23:41 +0000
(12:23 +0200)
view.c
patch
|
blob
|
history
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;