]> git.sur5r.net Git - i3/i3/commitdiff
remove left-over xcb_aux_sync (debugging code)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2011 20:56:15 +0000 (21:56 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2011 20:56:15 +0000 (21:56 +0100)
src/x.c

diff --git a/src/x.c b/src/x.c
index 03a4f8512a259b801d634cc27162cf22058538ec..d4b9531560cc55c7b489f654841a3181254e3a39 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -603,9 +603,6 @@ void x_push_changes(Con *con) {
     }
     DLOG("Done, EnterNotify re-enabled\n");
 
-    free(xcb_get_input_focus_reply(conn, xcb_get_input_focus(conn), NULL));
-
-
     DLOG("\n\n PUSHING CHANGES\n\n");
     x_push_node(con);