From fe20da6a2a43045b0234e9a5b8dc8778660485b9 Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Mon, 16 Jan 2023 01:01:17 +0100 Subject: [PATCH] Update gui.c --- applications/services/gui/gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/services/gui/gui.c b/applications/services/gui/gui.c index 37839c789..4d4ef33a2 100644 --- a/applications/services/gui/gui.c +++ b/applications/services/gui/gui.c @@ -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) {