diff options
author | Max Kellermann <max@duempel.org> | 2009-01-30 19:47:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-30 19:47:59 +0100 |
commit | a2e0b71aadfb3057b2bda0086b02b199298fe05f (patch) | |
tree | 3261f279054048d17623427468a0dd447b53a734 /src/output_api.h | |
parent | eeec32feaa83a6a83b7bec1e0c47079145ba90d8 (diff) | |
download | mpd-a2e0b71aadfb3057b2bda0086b02b199298fe05f.tar.gz mpd-a2e0b71aadfb3057b2bda0086b02b199298fe05f.tar.xz mpd-a2e0b71aadfb3057b2bda0086b02b199298fe05f.zip |
output_api: removed audio_output_closed()
The function is only used by the MVP output plugin, and this one call
is wrong.
Diffstat (limited to 'src/output_api.h')
-rw-r--r-- | src/output_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/output_api.h b/src/output_api.h index 207f72c2d..f1bd0e555 100644 --- a/src/output_api.h +++ b/src/output_api.h @@ -133,8 +133,6 @@ struct audio_output; const char *audio_output_get_name(const struct audio_output *ao); -void audio_output_closed(struct audio_output *ao); - /** * Returns true if there is a command pending. */ |