diff options
author | Max Kellermann <max@duempel.org> | 2009-10-22 17:12:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-22 17:12:32 +0200 |
commit | a05d0d5d94412dfcc7b01ca6941df1d183676926 (patch) | |
tree | ea12cd367aa8d5f236eafd6786be4f134e460f67 /src/audio.h | |
parent | 0107ef2aadd5956669e3b64fe1df6f7a8f964a3f (diff) | |
download | mpd-a05d0d5d94412dfcc7b01ca6941df1d183676926.tar.gz mpd-a05d0d5d94412dfcc7b01ca6941df1d183676926.tar.xz mpd-a05d0d5d94412dfcc7b01ca6941df1d183676926.zip |
audio: removed function finishAudioConfig()
There's no point in clearing the audio format before exiting.
Diffstat (limited to '')
-rw-r--r-- | src/audio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio.h b/src/audio.h index 4d80ee0e6..4b80cfd27 100644 --- a/src/audio.h +++ b/src/audio.h @@ -30,6 +30,4 @@ void getOutputAudioFormat(const struct audio_format *inFormat, /* make sure initPlayerData is called before this function!! */ void initAudioConfig(void); -void finishAudioConfig(void); - #endif |