From 8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Wed, 14 Dec 2011 21:45:25 +0000 Subject: FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'apps/recorder/icons.h') 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[]; #define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH #define TIME_X_END STATUSBAR_WIDTH-1 -extern void statusbar_wipe(void); -extern void statusbar_icon_battery(int percent); -extern bool statusbar_icon_volume(int percent); -extern void statusbar_icon_play_state(int state); -extern void statusbar_icon_play_mode(int mode); -extern void statusbar_icon_shuffle(void); -extern void statusbar_icon_lock(void); -#if CONFIG_RTC -extern void statusbar_time(int hour, int minute); -#endif -#if (CONFIG_LED == LED_VIRTUAL) -extern void statusbar_led(void); -#endif - #endif /* End HAVE_LCD_BITMAP */ #endif /* PLUGIN */ #endif /* _ICONS_H_ */ -- cgit v1.2.3