diff options
author | Max Kellermann <max@duempel.org> | 2011-10-06 19:51:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-06 19:51:37 +0200 |
commit | 23670795db6a1ef9f16862513b2efa6fe82928c4 (patch) | |
tree | 67694bf63a079500ae108b1565e7edb7bc3d9ad1 | |
parent | 8ea6c113b57c9a8b577e7048a31f46cc868c99b7 (diff) |
output_control: remove unused prototype _close_locked()
-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. */ |