1
0
Fork 0
forked from len0rd/rockbox

Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nick Peskett 2011-12-26 09:57:55 +00:00
parent fdcf5e48e1
commit 3074b64025
2 changed files with 2 additions and 3 deletions

View file

@ -664,9 +664,6 @@ void root_menu(void)
next_screen = GO_TO_ROOT;
#endif
if (global_settings.sleeptimer_on_startup)
set_sleep_timer(global_settings.sleeptimer_duration * 60);
while (true)
{
switch (next_screen)