From a68e5d835f7ea64ff4eb073ee8b38d2d41038693 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 7 Jan 2009 10:57:51 +0000 Subject: remove some useless/unused stuff from gwps.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19705 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/gui/gwps-common.c') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index e218c12..d50069e 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -451,13 +451,6 @@ bool update(struct gui_wps *gwps) else{ gui_wps_refresh(gwps, 0, WPS_REFRESH_ALL); } - - if (gwps->state->id3) - { - strncpy(gwps->state->current_track_path, gwps->state->id3->path, - sizeof(gwps->state->current_track_path)); - gwps->state->current_track_path[sizeof(gwps->state->current_track_path)-1] = '\0'; - } } if (gwps->state->id3) -- cgit v1.1