1
0
Fork 0
forked from len0rd/rockbox

Accept FS#6747 by Timo Horstschäfer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12704 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-10 12:43:21 +00:00
parent 3631f11fea
commit a990ff2920
4 changed files with 6 additions and 9 deletions

View file

@ -646,7 +646,6 @@ int solitaire_menu(bool in_game)
break;
case 3:
rb->lcd_setmargins(0, 0);
if (solitaire_help() == HELP_USB)
result = MENU_USB;
break;
@ -657,7 +656,6 @@ int solitaire_menu(bool in_game)
}
}
rb->menu_exit(m);
rb->lcd_setmargins(0, 0);
return result;
}