]> git.sur5r.net Git - i3/i3/commitdiff
remove obsolete comment
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 18 Mar 2011 16:08:48 +0000 (17:08 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 18 Mar 2011 16:08:48 +0000 (17:08 +0100)
src/x.c

diff --git a/src/x.c b/src/x.c
index 21e9b14e15c419b3a54b652843533c963ab784bf..b164d0225a92102ea9b4545a4df9e1be6a083fa2 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -617,7 +617,6 @@ void x_push_changes(Con *con) {
             DLOG("Updating focus (focused: %p / %s)\n", focused, focused->name);
             xcb_set_input_focus(conn, XCB_INPUT_FOCUS_POINTER_ROOT, to_focus, XCB_CURRENT_TIME);
 
-            /* TODO: check if that client acccepts WM_TAKE_FOCUS at all */
             if (focused->window != NULL &&
                 focused->window->needs_take_focus) {
                 send_take_focus(to_focus);