summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index c8fe622d6a..af0352094f 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -139,14 +139,6 @@ unsigned char rockbox112x37[]={
139}; 139};
140 140
141/* 141/*
142 * Wipe statusbar
143 */
144void statusbar_wipe(void)
145{
146 lcd_clearrect(0,0,LCD_WIDTH,8);
147}
148
149/*
150 * Print battery icon to status bar 142 * Print battery icon to status bar
151 */ 143 */
152void statusbar_icon_battery(int percent, bool charging) 144void statusbar_icon_battery(int percent, bool charging)