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 --- firmware/export/led.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/export/led.h') diff --git a/firmware/export/led.h b/firmware/export/led.h index f1b3b95447..1dad329e4b 100644 --- a/firmware/export/led.h +++ b/firmware/export/led.h @@ -23,8 +23,6 @@ #include extern void led( bool on ); -#if CONFIG_LED == LED_VIRTUAL -extern bool led_read(int delayticks); /* read for status bar */ -#endif +extern bool led_read(int delayticks); #endif -- cgit v1.2.3