Browse Source

removed unused vars

config
Anselm R. Garbe 18 years ago
parent
commit
c107db57db
1 changed files with 2 additions and 2 deletions
  1. +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;


Loading…
Cancel
Save