From 81f460ed76a5ee57029aa604c267f316514a9912 Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Mon, 1 Dec 2008 20:00:34 +0100 Subject: [PATCH] client: Remove a line of incorrect comment. Signed-off-by: Maarten Maathuis Signed-off-by: Julien Danjou --- client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client.c b/client.c index dc99bc82..6f455fec 100644 --- a/client.c +++ b/client.c @@ -533,7 +533,6 @@ client_manage(xcb_window_t w, xcb_get_geometry_reply_t *wgeom, int phys_screen, window_state_set(c->win, XCB_WM_STATE_NORMAL); /* Move window outside the viewport before mapping it. */ - /* This also sets the state to iconified. */ client_ban(c); xcb_map_window(globalconf.connection, c->win);