property: remove unknown code

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-10-06 19:03:34 +02:00
parent a20400d60f
commit 4f6667b56f
1 changed files with 0 additions and 3 deletions

View File

@ -199,9 +199,6 @@ property_update_wm_hints(client_t *c, xcb_get_property_reply_t *reply)
luaA_object_push(globalconf.L, c);
client_set_urgent(globalconf.L, -1, xcb_wm_hints_get_urgency(&wmh));
if(wmh.flags & XCB_WM_HINT_STATE &&
wmh.initial_state == XCB_WM_STATE_WITHDRAWN)
client_set_border_width(globalconf.L, -1, 0);
if(wmh.flags & XCB_WM_HINT_INPUT)
c->nofocus = !wmh.input;