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:
30d9285
)
removed a warning reported by Jukka
author
Anselm R. Garbe
<arg@10kloc.org>
Wed, 30 Aug 2006 09:15:58 +0000
(11:15 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Wed, 30 Aug 2006 09:15:58 +0000
(11:15 +0200)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index 5de34c0b170e1efa2748cb85ca7759095c256d92..424ee5a99457e19d0daee0ab5eb4ef446051bf9e 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-261,7
+261,6
@@
void
view(Arg *arg)
{
unsigned int i;
- Client *c;
for(i = 0; i < ntags; i++)
seltag[i] = False;