output_api: removed audio_output_closed()
The function is only used by the MVP output plugin, and this one call is wrong.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user