diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2010-01-18 20:26:43 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2010-01-18 20:26:43 +0000 |
commit | 16a5066573d19da5ef7fd9fc3eb654550f9af6db (patch) | |
tree | f112e25b0331b3d57c36ea7d12e33679bab6ec09 /firmware/export | |
parent | 553626a9582a266f99134f735759e63da0a44714 (diff) |
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
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/iriverifp7xx.h | 3 |
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 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP -/* define this if you have a colour LCD */ -/* #define HAVE_LCD_COLOR */ - /* define this if you would like tagcache to build on this target */ /* #define HAVE_TAGCACHE */ |