diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-08 09:08:38 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-08 09:08:38 +0000 |
| commit | 4ac150e8d3549eb9c06fba71aca88337b59bf7eb (patch) | |
| tree | 047d2991af1660aaf90b3f830dfbfb7e82db1a57 /firmware/export | |
| parent | 37e386f3d81ebe7ad4f32e919d529391f8f4ced0 (diff) | |
| download | rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.zip rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.tar.gz rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.tar.bz2 rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.tar.xz | |
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
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ipod3g.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipod4g.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipodcolor.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini.h | 2 | ||||
| -rwxr-xr-x | firmware/export/config-ipodmini2g.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipodnano.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipodvideo.h | 2 |
7 files changed, 0 insertions, 14 deletions
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 */ |