forked from len0rd/rockbox
Future proof value for Jumpscroll selection allways was illegal. Code
removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3856 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b789d8a97b
commit
bf6481e79d
1 changed files with 0 additions and 3 deletions
|
|
@ -481,9 +481,6 @@ static bool jump_scroll(void)
|
|||
bool ret;
|
||||
ret=set_option(str(LANG_JUMP_SCROLL), &global_settings.jump_scroll,
|
||||
INT, names, 6, lcd_jump_scroll);
|
||||
if (!ret && global_settings.jump_scroll>=JUMP_SCROLL_ALWAYS) {
|
||||
global_settings.jump_scroll=254; /* Nice future "safe" value */
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
static bool jump_scroll_delay(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue