From 1a1abf25f43e33dfa7d421d6c43f283763226dbd Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sun, 20 Nov 2005 01:02:14 +0000 Subject: removed old statusbar and buttonbar code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/statusbar.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/gui/statusbar.h') diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h index afbdce6d5a..77ceefd69f 100644 --- a/apps/gui/statusbar.h +++ b/apps/gui/statusbar.h @@ -42,9 +42,8 @@ struct status_info { bool keylock; bool battery_safe; bool redraw_volume; /* true if the volume gauge needs updating */ -#if CONFIG_LED == LED_VIRTUAL bool led; /* disk LED simulation in the status bar */ -#endif + #ifdef HAVE_USB_POWER bool usb_power; #endif @@ -100,9 +99,8 @@ void gui_statusbar_icon_play_state(struct screen * display, int state); void gui_statusbar_icon_play_mode(struct screen * display, int mode); void gui_statusbar_icon_shuffle(struct screen * display); void gui_statusbar_icon_lock(struct screen * display); -#if CONFIG_LED == LED_VIRTUAL void gui_statusbar_led(struct screen * display); -#endif + #ifdef HAVE_RTC void gui_statusbar_time(struct screen * display, int hour, int minute); -- cgit v1.2.3