From 923ac213b52284e810b83ebcfed88967ea342287 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Mar 2009 22:48:12 +0100 Subject: output_control: removed audio_output_signal() This function was part of a workaround which we don't need anymore. --- src/output_control.c | 6 ------ src/output_control.h | 8 -------- 2 files changed, 14 deletions(-) (limited to 'src') diff --git a/src/output_control.c b/src/output_control.c index 85bbea329..dea5f9fb2 100644 --- a/src/output_control.c +++ b/src/output_control.c @@ -119,12 +119,6 @@ audio_output_update(struct audio_output *ao, return false; } -void -audio_output_signal(struct audio_output *ao) -{ - notify_signal(&ao->notify); -} - void audio_output_play(struct audio_output *ao) { diff --git a/src/output_control.h b/src/output_control.h index 511aa1204..fc740607e 100644 --- a/src/output_control.h +++ b/src/output_control.h @@ -49,14 +49,6 @@ audio_output_update(struct audio_output *ao, const struct audio_format *audio_format, const struct music_pipe *mp); -/** - * Wakes up the audio output thread. This is part of a workaround for - * a deadlock bug, and should be removed as soon as the real cause is - * fixed. XXX - */ -void -audio_output_signal(struct audio_output *ao); - void audio_output_play(struct audio_output *ao); -- cgit v1.2.3