projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39d000
)
removed unused vars
author
Anselm R. Garbe
<arg@10kloc.org>
Mon, 4 Sep 2006 10:23:41 +0000
(12:23 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
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 21efa164f0a1c818a5d672de1a6e6153444549b7..cb92eee58a973850dc3df0c3fea79c7d7d9d518f 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;