1
0
Fork 0
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:
Mats Lidell 2003-07-21 00:33:07 +00:00
parent b789d8a97b
commit bf6481e79d

View file

@ -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)