From 5fd97fa2e971562f24d6e0b61148eb3c35753c74 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 8 Jul 2004 11:10:19 +0000 Subject: 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 --- apps/settings_menu.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/settings_menu.c') 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) { return set_bool( str(LANG_BUTTON_BAR), &global_settings.buttonbar ); } - -static bool progressbar_solid(void) -{ - return set_bool( str(LANG_PROGRESSBAR_SOLID), - &global_settings.progressbar_solid ); -} #endif static bool ff_rewind_settings_menu(void) @@ -1198,7 +1192,6 @@ static bool display_settings_menu(void) #ifdef HAVE_LCD_BITMAP { STR(LANG_BARS_MENU), bars_settings_menu }, { STR(LANG_PM_MENU), peak_meter_menu }, - { STR(LANG_PROGRESSBAR_SOLID), progressbar_solid }, #endif }; -- cgit v1.2.3