From acb265d082fad45d6c298098a255bcb7daa4e954 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Nov 2009 19:18:17 +0100 Subject: player_thread: don't start the decoder asynchronously The START command returns without blocking; we don't need the asynchronous decoder start anymore. --- src/decoder_control.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/decoder_control.h') diff --git a/src/decoder_control.h b/src/decoder_control.h index a4a6e266c..f3bd26d53 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -211,9 +211,6 @@ dc_command_wait(struct decoder_control *dc); void dc_start(struct decoder_control *dc, struct song *song); -void -dc_start_async(struct decoder_control *dc, struct song *song); - void dc_stop(struct decoder_control *dc); -- cgit v1.2.3