diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2008-01-25 17:07:57 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2008-01-25 17:07:57 +0000 |
| commit | 8af4b3c851fa0b2aa6d0787e06f4ee33fe4f9784 (patch) | |
| tree | dc3a6716b1dd751786507d11fb3d83da4fd5f7d0 | |
| parent | 3a54c9b58d05e29343eef2044cf3d3cbce47ca50 (diff) | |
| download | rockbox-8af4b3c851fa0b2aa6d0787e06f4ee33fe4f9784.zip rockbox-8af4b3c851fa0b2aa6d0787e06f4ee33fe4f9784.tar.gz rockbox-8af4b3c851fa0b2aa6d0787e06f4ee33fe4f9784.tar.bz2 rockbox-8af4b3c851fa0b2aa6d0787e06f4ee33fe4f9784.tar.xz | |
remove unsused defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16160 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-gigabeat-s.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-gigabeat.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index c6de206..30b708a 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -49,10 +49,8 @@ /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 0 /* 0.5 mA */ -#define MAX_DIM_BRIGHTNESS_SETTING 15 /* highest 'dimness' */ #define MAX_BRIGHTNESS_SETTING 63 /* 32 mA */ #define DEFAULT_BRIGHTNESS_SETTING 39 /* 20 mA */ -#define DEFAULT_DIMNESS_SETTING 9 /* 5 mA */ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 02f5b9f..62e7e26 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -57,10 +57,8 @@ /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 0 /* 0.5 mA */ -#define MAX_DIM_BRIGHTNESS_SETTING 15 /* highest 'dimness' */ #define MAX_BRIGHTNESS_SETTING 63 /* 32 mA */ #define DEFAULT_BRIGHTNESS_SETTING 39 /* 20 mA */ -#define DEFAULT_DIMNESS_SETTING 9 /* 5 mA */ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF |