summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-12-06 01:54:34 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-06 01:54:34 +0100
commitd8cbe4e4fba784a5b098b62679490bfd4f6cb66c (patch)
treea2c30b379538c17eb53d4b30007f7e9fcf216be0
parenta15a15ba61d3b153197699e8a4eba452075de056 (diff)
downloadrockbox-d8cbe4e4fba784a5b098b62679490bfd4f6cb66c.tar.gz
rockbox-d8cbe4e4fba784a5b098b62679490bfd4f6cb66c.zip
fuze+: remove unused, duplicate code in config file
Change-Id: Ia8116528ca65844322177531f14b2f6bbfb56719
-rw-r--r--firmware/export/config/sansafuzeplus.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index e7622fa568..2457da8566 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -56,20 +56,6 @@
56/* define this if you have LCD enable function */ 56/* define this if you have LCD enable function */
57#define HAVE_LCD_ENABLE 57#define HAVE_LCD_ENABLE
58 58
59/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
60 should be defined as well.
61#define HAVE_LCD_SLEEP
62#define HAVE_LCD_SLEEP_SETTING
63*/
64
65/* define this if you can flip your LCD
66#define HAVE_LCD_FLIP
67*/
68
69/* define this if you can invert the colours on your LCD
70#define HAVE_LCD_INVERT
71*/
72
73/* define this if you have a real-time clock */ 59/* define this if you have a real-time clock */
74#define CONFIG_RTC RTC_IMX233 60#define CONFIG_RTC RTC_IMX233
75 61