client: Remove a line of incorrect comment.

Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Maarten Maathuis 2008-12-01 20:00:34 +01:00 committed by Julien Danjou
parent fbf28cc80d
commit 81f460ed76
1 changed files with 0 additions and 1 deletions

View File

@ -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);