1
0
Fork 0
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:
Jonathan Gordon 2009-01-07 10:57:51 +00:00
parent a36cdf5b37
commit a68e5d835f
5 changed files with 8 additions and 90 deletions

View file

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