Remove superflous xcb_flush()es

next
Axel Wagner 2010-08-06 03:42:33 +02:00
parent 1daa395a77
commit fae997038d
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}