diff options
Diffstat (limited to '')
-rw-r--r-- | src/player_control.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/player_control.c b/src/player_control.c index efdab7208..bab119684 100644 --- a/src/player_control.c +++ b/src/player_control.c @@ -254,21 +254,6 @@ double getPlayerTotalPlayTime(void) return pc.totalPlayTime; } -unsigned int getPlayerSampleRate(void) -{ - return pc.audio_format.sample_rate; -} - -unsigned getPlayerBits(void) -{ - return pc.audio_format.bits; -} - -unsigned getPlayerChannels(void) -{ - return pc.audio_format.channels; -} - /* this actually creates a dupe of the current metadata */ struct song * playerCurrentDecodeSong(void) |