diff options
-rw-r--r-- | src/output_control.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output_control.c b/src/output_control.c index f8c5cd873..24485f1c2 100644 --- a/src/output_control.c +++ b/src/output_control.c @@ -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. */ |