Update gui.c

This commit is contained in:
VerstreuteSeele
2023-01-16 01:01:17 +01:00
parent a642bed2fc
commit fe20da6a2a
-1
View File
@@ -137,7 +137,6 @@ static void gui_redraw_status_bar(Gui* gui, bool need_attention) {
left_used += (width + 2);
x += (width + 2);
}
// Draw frame around icons on the left
}
static bool gui_redraw_window(Gui* gui) {