player_control: remove unused function playerCurrentDecodeSong().
This commit is contained in:
committed by
Max Kellermann
parent
6405db931b
commit
ed96db3fae
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user