summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r--apps/gui/statusbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 21f98336d0..2be765b8e8 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -34,8 +34,7 @@ struct status_info {
34 int playmode; 34 int playmode;
35 int repeat; 35 int repeat;
36#if CONFIG_RTC 36#if CONFIG_RTC
37 int hour; 37 struct tm *time;
38 int minute;
39#endif 38#endif
40 39
41#if CONFIG_CHARGING 40#if CONFIG_CHARGING