output_control: remove unused prototype _close_locked()

This commit is contained in:
Max Kellermann 2011-10-06 19:51:37 +02:00
parent 8ea6c113b5
commit 23670795db

View File

@ -102,9 +102,6 @@ audio_output_disable(struct audio_output *ao)
g_mutex_unlock(ao->mutex);
}
static void
audio_output_close_locked(struct audio_output *ao);
/**
* Object must be locked (and unlocked) by the caller.
*/