From 747c8d5ea422d0eb93d85eabc18eb8887b10861d Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 24 Dec 2021 04:40:30 +0100 Subject: Remove dead code/documentation/comments Change-Id: I4928d5967ad8a1f15b8725853102b74420252cc6 --- apps/gui/statusbar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/gui/statusbar.h') diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h index a676c7b143..c62434155d 100644 --- a/apps/gui/statusbar.h +++ b/apps/gui/statusbar.h @@ -99,8 +99,7 @@ struct gui_syncstatusbar }; extern void gui_syncstatusbar_init(struct gui_syncstatusbar * bars) INIT_ATTR; -extern void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, - bool force_redraw); + #if !defined(HAVE_REMOTE_LCD) || defined(__PCTOOL__) #include "settings.h" #define statusbar_position(a) ((enum statusbar_values)global_settings.statusbar) -- cgit v1.2.3