dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit d96307cbe4f8beee03811754f6304a810a7860e5
parent 124866e269a783ef51e7a2eeefc0fb5c71d9f037
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Mon, 14 May 2007 16:24:01 +0200

thanks to Jukka
Diffstat:
Mclient.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/client.c b/client.c
@@ -389,7 +389,6 @@ updatetitle(Client *c) {
 
 void
 unmanage(Client *c) {
-    Client *nc;
     XWindowChanges wc;
 
     wc.border_width = c->oldborder;