Commit ed96db3f authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

player_control: remove unused function playerCurrentDecodeSong().

parent 6405db93
......@@ -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;
}
......@@ -149,9 +149,6 @@ player_get_audio_format(void)
return &pc.audio_format;
}
struct song *
playerCurrentDecodeSong(void);
void playerInit(void);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment