From a2e0b71aadfb3057b2bda0086b02b199298fe05f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 30 Jan 2009 19:47:59 +0100 Subject: output_api: removed audio_output_closed() The function is only used by the MVP output plugin, and this one call is wrong. --- src/output_api.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/output_api.c') diff --git a/src/output_api.c b/src/output_api.c index 7737fc9d7..204fa2dec 100644 --- a/src/output_api.c +++ b/src/output_api.c @@ -26,13 +26,6 @@ const char *audio_output_get_name(const struct audio_output *ao) return ao->name; } -void audio_output_closed(struct audio_output *ao) -{ - assert(ao->open); - - ao->open = false; -} - bool audio_output_is_pending(const struct audio_output *ao) { return ao->command != AO_COMMAND_NONE; -- cgit v1.2.3