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