From 60b01fa0f7e5126406d1fd2f37cce82d2faffdc4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 31 Jul 2007 12:43:06 +0000 Subject: Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but it shouldn't have been. lcd_enabled() was only available as a real function on gigabeat but others can use that too. Markup lcd.h a bit because I got a bit lost in it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14100 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod1g2g.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/export/config-ipod1g2g.h') diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h index 188c3930f6..0eb3614dd6 100644 --- a/firmware/export/config-ipod1g2g.h +++ b/firmware/export/config-ipod1g2g.h @@ -70,9 +70,6 @@ #ifndef SIMULATOR -/* Define this if your LCD can be enabled/disabled */ -#define HAVE_LCD_ENABLE - /* Define this if you have a PortalPlayer PP5002 */ #define CONFIG_CPU PP5002 -- cgit v1.2.3