mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
revert my commit from a few days ago.. It doesnt actually do anything
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f397c25acf
commit
825eda1ff9
1 changed files with 0 additions and 3 deletions
|
@ -500,9 +500,6 @@ void root_menu(void)
|
||||||
int next_screen = GO_TO_ROOT;
|
int next_screen = GO_TO_ROOT;
|
||||||
int selected = 0;
|
int selected = 0;
|
||||||
|
|
||||||
if (global_status.last_screen == (char)-1)
|
|
||||||
global_status.last_screen = GO_TO_ROOT;
|
|
||||||
|
|
||||||
if (global_settings.start_in_screen == 0)
|
if (global_settings.start_in_screen == 0)
|
||||||
next_screen = (int)global_status.last_screen;
|
next_screen = (int)global_status.last_screen;
|
||||||
else next_screen = global_settings.start_in_screen - 2;
|
else next_screen = global_settings.start_in_screen - 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue