tremoved unused vars - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c107db57db9529c699e6aa5fc1c31a37be06f94e
 (DIR) parent d39d00057ce609e726b2769f953485dc4c7403cc
 (HTM) Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Mon,  4 Sep 2006 12:23:41 +0200
       
       removed unused vars
       Diffstat:
         M view.c                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/view.c b/view.c
       t@@ -57,7 +57,7 @@ detach(Client *c)
        void
        dofloat(Arg *arg)
        {
       -        Client *c, *fc;
       +        Client *c;
        
                maximized = False;
        
       t@@ -77,7 +77,7 @@ void
        dotile(Arg *arg)
        {
                int h, i, n, w;
       -        Client *c, *fc;
       +        Client *c;
        
                maximized = False;