From cf01942a57d494dd263e744e435600f9deea2c63 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 31 Oct 2009 19:27:56 +0000 Subject: 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 48a9653ee9..f396694339 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 752ec4eb22..5eeaa7abcc 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 6d6228304b..41e0be3542 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 2939ecb693..36f874b72f 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 4c06a4d134..c4272205bc 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 5ce1926713..d9dc054524 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 5aa755bfa4..cc0ce10151 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 -- cgit v1.2.3