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/mvp_plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/output/mvp_plugin.c') diff --git a/src/output/mvp_plugin.c b/src/output/mvp_plugin.c index 7eccb23a..cb570c8e 100644 --- a/src/output/mvp_plugin.c +++ b/src/output/mvp_plugin.c @@ -245,7 +245,6 @@ static void mvp_dropBufferedAudio(void *data) ioctl(md->fd, MVP_SET_AUD_RESET, 0x11); close(md->fd); md->fd = -1; - audio_output_closed(md->audio_output); } } -- cgit v1.2.3