Commit 23670795 authored by Max Kellermann's avatar Max Kellermann

output_control: remove unused prototype _close_locked()

parent 8ea6c113
...@@ -102,9 +102,6 @@ audio_output_disable(struct audio_output *ao) ...@@ -102,9 +102,6 @@ audio_output_disable(struct audio_output *ao)
g_mutex_unlock(ao->mutex); g_mutex_unlock(ao->mutex);
} }
static void
audio_output_close_locked(struct audio_output *ao);
/** /**
* Object must be locked (and unlocked) by the caller. * Object must be locked (and unlocked) by the caller.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment