From fae997038d6ede3d24096c01b6eec2a6aaf1ad69 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Fri, 6 Aug 2010 03:42:33 +0200 Subject: [PATCH] Remove superflous xcb_flush()es --- i3bar/src/xcb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index dc227355..1d359c0e 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -297,7 +297,6 @@ void reconfig_windows() { values); } } - xcb_flush(xcb_connection); } void draw_bars() { @@ -394,5 +393,4 @@ void draw_bars() { i = 0; } - xcb_flush(xcb_connection); } -- 2.39.5