diff options
author | Max Kellermann <max@duempel.org> | 2008-09-09 10:01:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-09 10:01:31 +0200 |
commit | 40a9961bcd42746deec8f9b7af2b90e465ecb261 (patch) | |
tree | 7b7860f27185e4200c884b563c8c9cb6ca2fd89d | |
parent | 182746b95c84d5e742b82d662f4c3321250b4e60 (diff) | |
download | mpd-40a9961bcd42746deec8f9b7af2b90e465ecb261.tar.gz mpd-40a9961bcd42746deec8f9b7af2b90e465ecb261.tar.xz mpd-40a9961bcd42746deec8f9b7af2b90e465ecb261.zip |
output: removed keepAudioOutputAlive() declaration
This function is declared, but is neither used nor implemented.
-rw-r--r-- | src/audioOutput.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h index d50ae9bbd..e2d628d04 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -37,7 +37,6 @@ int playAudioOutput(struct audio_output *audioOutput, void dropBufferedAudioOutput(struct audio_output *audioOutput); void closeAudioOutput(struct audio_output *audioOutput); void finishAudioOutput(struct audio_output *audioOutput); -int keepAudioOutputAlive(struct audio_output *audioOutput, int ms); void sendMetadataToAudioOutput(struct audio_output *audioOutput, const struct tag *tag); |