From: Axel Wagner Date: Fri, 6 Aug 2010 01:42:33 +0000 (+0200) Subject: Remove superflous xcb_flush()es X-Git-Tag: 4.0.1~7^2~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fae997038d6ede3d24096c01b6eec2a6aaf1ad69;p=i3%2Fi3 Remove superflous xcb_flush()es --- 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); }