From 0a4b247080dd132e847071adbc006ad9de2ca608 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Oct 2002 12:25:57 +0000 Subject: The player firmware now autodetects the LCD type. No need for two player versions anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657 --- firmware/config-player.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/config-player.h') diff --git a/firmware/config-player.h b/firmware/config-player.h index a1c5db9f9f..2068c94db4 100644 --- a/firmware/config-player.h +++ b/firmware/config-player.h @@ -4,9 +4,6 @@ /* define this if you have the Player's keyboard */ #define HAVE_PLAYER_KEYPAD 1 -/* define this if you have a post-4.50 charcell LCD display */ -#define HAVE_NEW_CHARCELL_LCD 1 - /* Define this if you have a MAS3507D */ #define HAVE_MAS3507D -- cgit