mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
cb75140f22
commit
c4e18f373f
1 changed files with 0 additions and 2 deletions
|
@ -359,8 +359,6 @@ static char *get_wps_item_name(int selected_item, void * data, char *buffer)
|
||||||
(void)selected_item; (void)data; (void)buffer;
|
(void)selected_item; (void)data; (void)buffer;
|
||||||
if (audio_status())
|
if (audio_status())
|
||||||
return ID2P(LANG_NOW_PLAYING);
|
return ID2P(LANG_NOW_PLAYING);
|
||||||
else if ( global_status.resume_index < 0 )
|
|
||||||
return ID2P(LANG_NOTHING_TO_RESUME);
|
|
||||||
return ID2P(LANG_RESUME_PLAYBACK);
|
return ID2P(LANG_RESUME_PLAYBACK);
|
||||||
}
|
}
|
||||||
MENUITEM_RETURNVALUE_DYNTEXT(wps_item, GO_TO_WPS, NULL, get_wps_item_name,
|
MENUITEM_RETURNVALUE_DYNTEXT(wps_item, GO_TO_WPS, NULL, get_wps_item_name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue