From 4ac150e8d3549eb9c06fba71aca88337b59bf7eb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 8 Apr 2006 09:08:38 +0000 Subject: Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9561 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod3g.h | 2 -- firmware/export/config-ipod4g.h | 2 -- firmware/export/config-ipodcolor.h | 2 -- firmware/export/config-ipodmini.h | 2 -- firmware/export/config-ipodmini2g.h | 2 -- firmware/export/config-ipodnano.h | 2 -- firmware/export/config-ipodvideo.h | 2 -- 7 files changed, 14 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 8cca000..ad555d8 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod 3g */ -#define APPLE_IPOD3G 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index d4d4f28..370d46a 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod Color/Photo */ -#define APPLE_IPOD4G 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index a48bde5..ff5a0c5 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod Color/Photo */ -#define APPLE_IPODCOLOR 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 1cb18a7..ced2142 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod Mini (1st Gen) */ -#define APPLE_IPODMINI 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 5afc672..ac69bc3 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod Mini 2nd Gen */ -#define APPLE_IPODMINI 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index 7264bea..a801cc2 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod Nano */ -#define APPLE_IPODNANO 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index 9536cc8..071a8a3 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -1,8 +1,6 @@ /* * This config file is for the Apple iPod Video */ -#define APPLE_IPODVIDEO 1 - #define IPOD_ARCH 1 /* For Rolo and boot loader */ -- cgit v1.1