diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-05-13 16:38:21 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-05-13 16:38:21 +0000 |
commit | b98ac048dfae6170eb4edb72f0d8545ae7c54a41 (patch) | |
tree | f88d12471fecd65360fc996647b89c0ce1d4e0dc /firmware | |
parent | e1f343afc782dd322d49dcdc09f53ed06be8c3e2 (diff) |
Remove the HAVE_RADIO_REGION from the platform config since it's already defined in the tuner driver's header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20926 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-cowond2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index bef4bf4992..5389f71736 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -58,7 +58,6 @@ /* FM Tuner */ #define CONFIG_TUNER LV24020LP #define HAVE_TUNER_PWR_CTRL -#define HAVE_RADIO_REGION /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE |