diff options
| author | Nils Wallménius <nils@rockbox.org> | 2012-05-21 17:08:19 +0200 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2012-05-21 17:08:19 +0200 |
| commit | 70876a8454b11d67bba9dd3c1f6dfff3129831ff (patch) | |
| tree | 93bb257bd2fcc63c9f8d90431daf712726569ba0 | |
| parent | cd7a478ec1a48facc6729bd51aa1016cc7263081 (diff) | |
| download | rockbox-70876a8454b11d67bba9dd3c1f6dfff3129831ff.zip rockbox-70876a8454b11d67bba9dd3c1f6dfff3129831ff.tar.gz rockbox-70876a8454b11d67bba9dd3c1f6dfff3129831ff.tar.bz2 rockbox-70876a8454b11d67bba9dd3c1f6dfff3129831ff.tar.xz | |
Delete obsolete define from the config files for the new creative ports.
Change-Id: I00164be4960f987399fc5ea713f19ab06490883c
| -rw-r--r-- | firmware/export/config/creativezenxfi2.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/creativezenxfi3.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h index 432d794..04b3b24 100644 --- a/firmware/export/config/creativezenxfi2.h +++ b/firmware/export/config/creativezenxfi2.h @@ -43,9 +43,6 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN -/* define this if you have access to the pitchscreen */ -#define HAVE_PITCHSCREEN - /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h index 61ee9ed..bcc5955 100644 --- a/firmware/export/config/creativezenxfi3.h +++ b/firmware/export/config/creativezenxfi3.h @@ -47,9 +47,6 @@ #define HAVE_BUTTON_LIGHT #define HAVE_BUTTONLIGHT_BRIGHTNESS -/* define this if you have access to the pitchscreen */ -#define HAVE_PITCHSCREEN - /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE |