forked from len0rd/rockbox
remove some useless/unused stuff from gwps.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a36cdf5b37
commit
a68e5d835f
5 changed files with 8 additions and 90 deletions
|
|
@ -96,9 +96,9 @@ static int browser(void* param)
|
|||
filter = global_settings.dirfilter;
|
||||
if (global_settings.browse_current &&
|
||||
last_screen == GO_TO_WPS &&
|
||||
wps_state.current_track_path[0] != '\0')
|
||||
wps_state.id3)
|
||||
{
|
||||
strcpy(folder, wps_state.current_track_path);
|
||||
strcpy(folder, wps_state.id3->path);
|
||||
}
|
||||
#ifdef HAVE_HOTSWAP /* quick hack to stop crashing if you try entering
|
||||
the browser from the menu when you were in the card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue