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; return pc.total_play_time;
} }
/* this actually creates a dupe of the current metadata */
struct song *
playerCurrentDecodeSong(void)
{
return NULL;
}

View File

@ -149,9 +149,6 @@ player_get_audio_format(void)
return &pc.audio_format; return &pc.audio_format;
} }
struct song *
playerCurrentDecodeSong(void);
void playerInit(void); void playerInit(void);
#endif #endif