diff options
Diffstat (limited to '')
-rw-r--r-- | src/output_control.h | 8 |
1 files changed, 0 insertions, 8 deletions
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); |