summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 5f2185e1b7..3c955ffe5b 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -128,20 +128,6 @@ extern const unsigned char bitmap_icon_disk[];
128#define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH 128#define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH
129#define TIME_X_END STATUSBAR_WIDTH-1 129#define TIME_X_END STATUSBAR_WIDTH-1
130 130
131extern void statusbar_wipe(void);
132extern void statusbar_icon_battery(int percent);
133extern bool statusbar_icon_volume(int percent);
134extern void statusbar_icon_play_state(int state);
135extern void statusbar_icon_play_mode(int mode);
136extern void statusbar_icon_shuffle(void);
137extern void statusbar_icon_lock(void);
138#if CONFIG_RTC
139extern void statusbar_time(int hour, int minute);
140#endif
141#if (CONFIG_LED == LED_VIRTUAL)
142extern void statusbar_led(void);
143#endif
144
145#endif /* End HAVE_LCD_BITMAP */ 131#endif /* End HAVE_LCD_BITMAP */
146#endif /* PLUGIN */ 132#endif /* PLUGIN */
147#endif /* _ICONS_H_ */ 133#endif /* _ICONS_H_ */