player_thread: don't start the decoder asynchronously

The START command returns without blocking; we don't need the
asynchronous decoder start anymore.
This commit is contained in:
Max Kellermann
2009-11-03 19:18:17 +01:00
parent 77a647fc26
commit acb265d082
3 changed files with 2 additions and 17 deletions

View File

@@ -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);