summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/status.c b/apps/status.c
index 4f3afabed8..7d941c30bc 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -59,11 +59,6 @@ bool statusbar(bool state)
59 59
60 return(laststate); 60 return(laststate);
61} 61}
62
63void statusbar_toggle(void)
64{
65 statusbar_enabled = !statusbar_enabled;
66}
67#endif 62#endif
68 63
69void status_draw(void) 64void status_draw(void)