summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/statusbar.c5
-rw-r--r--apps/gui/statusbar.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index e258821ae1..d420b96342 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -813,11 +813,6 @@ void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars,
813 } 813 }
814} 814}
815 815
816int gui_statusbar_height(void)
817{
818 return global_settings.statusbar ? STATUSBAR_HEIGHT : 0;
819}
820
821void gui_statusbar_changed(bool enabled) 816void gui_statusbar_changed(bool enabled)
822{ 817{
823 (void)enabled; 818 (void)enabled;
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 99acf9d006..f6203c22d9 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -98,7 +98,6 @@ struct gui_syncstatusbar
98 98
99extern void gui_syncstatusbar_init(struct gui_syncstatusbar * bars); 99extern void gui_syncstatusbar_init(struct gui_syncstatusbar * bars);
100extern void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, bool force_redraw); 100extern void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, bool force_redraw);
101extern int gui_statusbar_height(void);
102void gui_statusbar_changed(bool enabled); 101void gui_statusbar_changed(bool enabled);
103 102
104#endif /*_GUI_STATUSBAR_H_*/ 103#endif /*_GUI_STATUSBAR_H_*/