diff options
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 027ed6a87c..bc03672aeb 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c | |||
@@ -1003,11 +1003,9 @@ const struct settings_list settings[] = { | |||
1003 | CHOICE_SETTING(F_THEMESETTING, battery_display, LANG_BATTERY_DISPLAY, 0, | 1003 | CHOICE_SETTING(F_THEMESETTING, battery_display, LANG_BATTERY_DISPLAY, 0, |
1004 | "battery display", graphic_numeric, NULL, 2, | 1004 | "battery display", graphic_numeric, NULL, 2, |
1005 | ID2P(LANG_DISPLAY_GRAPHIC), ID2P(LANG_DISPLAY_NUMERIC)), | 1005 | ID2P(LANG_DISPLAY_GRAPHIC), ID2P(LANG_DISPLAY_NUMERIC)), |
1006 | #if CONFIG_RTC | ||
1007 | CHOICE_SETTING(0, timeformat, LANG_TIMEFORMAT, 0, | 1006 | CHOICE_SETTING(0, timeformat, LANG_TIMEFORMAT, 0, |
1008 | "time format", "24hour,12hour", NULL, 2, | 1007 | "time format", "24hour,12hour", NULL, 2, |
1009 | ID2P(LANG_24_HOUR_CLOCK), ID2P(LANG_12_HOUR_CLOCK)), | 1008 | ID2P(LANG_24_HOUR_CLOCK), ID2P(LANG_12_HOUR_CLOCK)), |
1010 | #endif | ||
1011 | #endif /* HAVE_LCD_BITMAP */ | 1009 | #endif /* HAVE_LCD_BITMAP */ |
1012 | OFFON_SETTING(0,show_icons, LANG_SHOW_ICONS ,true,"show icons", NULL), | 1010 | OFFON_SETTING(0,show_icons, LANG_SHOW_ICONS ,true,"show icons", NULL), |
1013 | /* system */ | 1011 | /* system */ |