player_control: remove unused function playerCurrentDecodeSong().

This commit is contained in:
Avuton Olrich
2009-03-29 10:58:23 -07:00
committed by Max Kellermann
parent 6405db931b
commit ed96db3fae
2 changed files with 0 additions and 10 deletions

View File

@@ -268,10 +268,3 @@ double getPlayerTotalPlayTime(void)
{
return pc.total_play_time;
}
/* this actually creates a dupe of the current metadata */
struct song *
playerCurrentDecodeSong(void)
{
return NULL;
}