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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/output_api.h') 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. */ -- cgit v1.2.3