aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderInternal.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-08 11:50:23 +0100
committerMax Kellermann <max@duempel.org>2013-11-08 11:58:23 +0100
commit1904e504be70f16902009509581daa25c70fcaf1 (patch)
treef2214432a7e8e8af2f287b651053f0c04006d7c1 /src/DecoderInternal.cxx
parent834715ea2fbaf155f640bd4f74c4fe44c7ccb6b9 (diff)
downloadmpd-1904e504be70f16902009509581daa25c70fcaf1.tar.gz
mpd-1904e504be70f16902009509581daa25c70fcaf1.tar.xz
mpd-1904e504be70f16902009509581daa25c70fcaf1.zip
DecoderInternal: don't wake up player in need_chunks
Nothing of interest happens here. No need to wake up the player.
Diffstat (limited to 'src/DecoderInternal.cxx')
-rw-r--r--src/DecoderInternal.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx
index e18fd2b6a..783150c08 100644
--- a/src/DecoderInternal.cxx
+++ b/src/DecoderInternal.cxx
@@ -50,7 +50,6 @@ need_chunks(DecoderControl &dc, bool do_wait)
if (do_wait) {
dc.Wait();
- dc.client_cond.signal();
return dc.command;
}