aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-09 10:01:31 +0200
committerMax Kellermann <max@duempel.org>2008-09-09 10:01:31 +0200
commit40a9961bcd42746deec8f9b7af2b90e465ecb261 (patch)
tree7b7860f27185e4200c884b563c8c9cb6ca2fd89d /src/audioOutput.h
parent182746b95c84d5e742b82d662f4c3321250b4e60 (diff)
downloadmpd-40a9961bcd42746deec8f9b7af2b90e465ecb261.tar.gz
mpd-40a9961bcd42746deec8f9b7af2b90e465ecb261.tar.xz
mpd-40a9961bcd42746deec8f9b7af2b90e465ecb261.zip
output: removed keepAudioOutputAlive() declaration
This function is declared, but is neither used nor implemented.
Diffstat (limited to '')
-rw-r--r--src/audioOutput.h1
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);