aewl

changeset 402:c7d5ff57998d

removed unused vars
author Anselm R. Garbe <arg@10kloc.org>
date Mon, 04 Sep 2006 12:23:41 +0200
parents 1eb2eb405653
children 6413ea66b1c2
files view.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/view.c	Mon Sep 04 10:10:08 2006 +0200
     1.2 +++ b/view.c	Mon Sep 04 12:23:41 2006 +0200
     1.3 @@ -57,7 +57,7 @@
     1.4  void
     1.5  dofloat(Arg *arg)
     1.6  {
     1.7 -	Client *c, *fc;
     1.8 +	Client *c;
     1.9  
    1.10  	maximized = False;
    1.11  
    1.12 @@ -77,7 +77,7 @@
    1.13  dotile(Arg *arg)
    1.14  {
    1.15  	int h, i, n, w;
    1.16 -	Client *c, *fc;
    1.17 +	Client *c;
    1.18  
    1.19  	maximized = False;
    1.20