Revert r21307 - it was not an agreed change and should never have been committed. See discussion at http://www.rockbox.org/mail/archive/rockbox-dev-archive-2009-06/0175.shtml

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2009-06-18 07:52:53 +00:00
parent cb75140f22
commit c4e18f373f

View file

@ -359,8 +359,6 @@ static char *get_wps_item_name(int selected_item, void * data, char *buffer)
(void)selected_item; (void)data; (void)buffer;
if (audio_status())
return ID2P(LANG_NOW_PLAYING);
else if ( global_status.resume_index < 0 )
return ID2P(LANG_NOTHING_TO_RESUME);
return ID2P(LANG_RESUME_PLAYBACK);
}
MENUITEM_RETURNVALUE_DYNTEXT(wps_item, GO_TO_WPS, NULL, get_wps_item_name,