From 022d78579efe3a46bf64b9812c54a15ab130001f Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Mon, 11 Aug 2008 03:16:43 +0200 Subject: [PATCH] [wmfs.c] Remove useless comment --- wmfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wmfs.c b/wmfs.c index e1be374..455db94 100644 --- a/wmfs.c +++ b/wmfs.c @@ -525,7 +525,6 @@ manage(Window w, XWindowAttributes *wa) { conf.colors.button, conf.colors.button); XSelectInput(dpy, c->button, ExposureMask | EnterWindowMask); - // confrequest(c); grabbuttons(c, False); setsizehints(c); attach(c);