summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 11:10:19 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 11:10:19 +0000
commit5fd97fa2e971562f24d6e0b61148eb3c35753c74 (patch)
treeec2fbcdc4585a5f6a7335876901d79b842cdd298 /apps/settings_menu.c
parent5f6047075f682e92fe9c3faf67c6d58046ef83ae (diff)
downloadrockbox-5fd97fa2e971562f24d6e0b61148eb3c35753c74.tar.gz
rockbox-5fd97fa2e971562f24d6e0b61148eb3c35753c74.zip
Removed the option for the progress bar, making it permanently solid
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4852 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 9aae28a425..057191e603 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -959,12 +959,6 @@ static bool button_bar(void)
959{ 959{
960 return set_bool( str(LANG_BUTTON_BAR), &global_settings.buttonbar ); 960 return set_bool( str(LANG_BUTTON_BAR), &global_settings.buttonbar );
961} 961}
962
963static bool progressbar_solid(void)
964{
965 return set_bool( str(LANG_PROGRESSBAR_SOLID),
966 &global_settings.progressbar_solid );
967}
968#endif 962#endif
969 963
970static bool ff_rewind_settings_menu(void) 964static bool ff_rewind_settings_menu(void)
@@ -1198,7 +1192,6 @@ static bool display_settings_menu(void)
1198#ifdef HAVE_LCD_BITMAP 1192#ifdef HAVE_LCD_BITMAP
1199 { STR(LANG_BARS_MENU), bars_settings_menu }, 1193 { STR(LANG_BARS_MENU), bars_settings_menu },
1200 { STR(LANG_PM_MENU), peak_meter_menu }, 1194 { STR(LANG_PM_MENU), peak_meter_menu },
1201 { STR(LANG_PROGRESSBAR_SOLID), progressbar_solid },
1202#endif 1195#endif
1203 }; 1196 };
1204 1197