This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed unused vars
config
Anselm R. Garbe
18 years ago
parent
d39d00057c
commit
c107db57db
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
view.c
+ 2
- 2
view.c
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save