summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2010-01-18 20:26:43 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2010-01-18 20:26:43 +0000
commit16a5066573d19da5ef7fd9fc3eb654550f9af6db (patch)
treef112e25b0331b3d57c36ea7d12e33679bab6ec09
parent553626a9582a266f99134f735759e63da0a44714 (diff)
downloadrockbox-16a5066573d19da5ef7fd9fc3eb654550f9af6db.tar.gz
rockbox-16a5066573d19da5ef7fd9fc3eb654550f9af6db.zip
Remove commented out line from iriver ifp7xx config file
That line is annoying, as it is catches when grepping for HAVE_LCD_COLOR git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24279 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/iriverifp7xx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config/iriverifp7xx.h b/firmware/export/config/iriverifp7xx.h
index 48a53f8c9d..a4e4859dc0 100644
--- a/firmware/export/config/iriverifp7xx.h
+++ b/firmware/export/config/iriverifp7xx.h
@@ -16,9 +16,6 @@
16/* define this if you have a bitmap LCD display */ 16/* define this if you have a bitmap LCD display */
17#define HAVE_LCD_BITMAP 17#define HAVE_LCD_BITMAP
18 18
19/* define this if you have a colour LCD */
20/* #define HAVE_LCD_COLOR */
21
22/* define this if you would like tagcache to build on this target */ 19/* define this if you would like tagcache to build on this target */
23/* #define HAVE_TAGCACHE */ 20/* #define HAVE_TAGCACHE */
24 21