aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-03 19:18:17 +0100
committerMax Kellermann <max@duempel.org>2009-11-03 19:18:17 +0100
commitacb265d082fad45d6c298098a255bcb7daa4e954 (patch)
treeddac97073b1dd958ba4d57f892e326736878cbe4 /src/decoder_control.h
parent77a647fc2695f95dcf47bb42fd3a6cd519d99736 (diff)
player_thread: don't start the decoder asynchronously
The START command returns without blocking; we don't need the asynchronous decoder start anymore.
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r--src/decoder_control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h
index a4a6e266..f3bd26d5 100644
--- a/src/decoder_control.h
+++ b/src/decoder_control.h
@@ -212,9 +212,6 @@ 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);
bool