From 03106c1900911bd914ce113f62b0b7e31cfad89b Mon Sep 17 00:00:00 2001 From: kugel Date: Sat, 31 Oct 2009 19:27:56 +0000 Subject: [PATCH] Remove unused #defines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23445 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-creativezv.h | 3 --- firmware/export/config-creativezvm.h | 3 --- firmware/export/config-creativezvm60gb.h | 3 --- firmware/export/config-gigabeat-s.h | 4 ---- firmware/export/config-gigabeat.h | 4 ---- firmware/export/config-mrobe500.h | 3 --- firmware/export/config-ondavx767.h | 3 --- 7 files changed, 23 deletions(-) diff --git a/firmware/export/config-creativezv.h b/firmware/export/config-creativezv.h index 48a9653ee..f39669433 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 752ec4eb2..5eeaa7abc 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 6d6228304..41e0be354 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 2939ecb69..36f874b72 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 4c06a4d13..c4272205b 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 5ce192671..d9dc05452 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 5aa755bfa..cc0ce1015 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 -- 2.11.4.GIT