diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-10-31 19:27:56 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-10-31 19:27:56 +0000 |
| commit | cf01942a57d494dd263e744e435600f9deea2c63 (patch) | |
| tree | c471abcc0b6cf3e04bb0b5ed63df904977dbc01b /firmware/export | |
| parent | 9a4420bf96f2fb105369106f7f6049985d8ee703 (diff) | |
| download | rockbox-cf01942a57d494dd263e744e435600f9deea2c63.zip rockbox-cf01942a57d494dd263e744e435600f9deea2c63.tar.gz rockbox-cf01942a57d494dd263e744e435600f9deea2c63.tar.bz2 rockbox-cf01942a57d494dd263e744e435600f9deea2c63.tar.xz | |
Remove unused #defines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23445 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-creativezv.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-creativezvm.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-creativezvm60gb.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-gigabeat-s.h | 4 | ||||
| -rw-r--r-- | firmware/export/config-gigabeat.h | 4 | ||||
| -rw-r--r-- | firmware/export/config-mrobe500.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ondavx767.h | 3 |
7 files changed, 0 insertions, 23 deletions
diff --git a/firmware/export/config-creativezv.h b/firmware/export/config-creativezv.h index 48a9653..f396694 100644 --- a/firmware/export/config-creativezv.h +++ b/firmware/export/config-creativezv.h @@ -147,9 +147,6 @@ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -/* define this if the backlight can be set to a brightness */ -//#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h index 752ec4e..5eeaa7a 100644 --- a/firmware/export/config-creativezvm.h +++ b/firmware/export/config-creativezvm.h @@ -145,9 +145,6 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -/* define this if the backlight can be set to a brightness */ -//#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h index 6d62283..41e0be3 100644 --- a/firmware/export/config-creativezvm60gb.h +++ b/firmware/export/config-creativezvm60gb.h @@ -144,9 +144,6 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -/* define this if the backlight can be set to a brightness */ -//#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index 2939ecb..36f874b 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -197,10 +197,6 @@ #define CONFIG_LCD LCD_GIGABEAT -/* define this if the backlight can be set to a brightness */ -//#define HAVE_BACKLIGHT_SET_FADING -#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 4c06a4d..c427220 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -177,10 +177,6 @@ #define CONFIG_LCD LCD_GIGABEAT -/* define this if the backlight can be set to a brightness */ -#define HAVE_BACKLIGHT_SET_FADING -#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 5ce1926..d9dc054 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -236,9 +236,6 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -/* define this if the backlight can be set to a brightness */ -#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h index 5aa755b..cc0ce10 100644 --- a/firmware/export/config-ondavx767.h +++ b/firmware/export/config-ondavx767.h @@ -148,9 +148,6 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE -/* define this if the backlight can be set to a brightness */ -#define __BACKLIGHT_INIT - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 |