summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_menu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index f64ee17ccd..f593e2c65d 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -481,9 +481,6 @@ static bool jump_scroll(void)
481 bool ret; 481 bool ret;
482 ret=set_option(str(LANG_JUMP_SCROLL), &global_settings.jump_scroll, 482 ret=set_option(str(LANG_JUMP_SCROLL), &global_settings.jump_scroll,
483 INT, names, 6, lcd_jump_scroll); 483 INT, names, 6, lcd_jump_scroll);
484 if (!ret && global_settings.jump_scroll>=JUMP_SCROLL_ALWAYS) {
485 global_settings.jump_scroll=254; /* Nice future "safe" value */
486 }
487 return ret; 484 return ret;
488} 485}
489static bool jump_scroll_delay(void) 486static bool jump_scroll_delay(void)