DecoderInternal: don't wake up player in need_chunks

Nothing of interest happens here.  No need to wake up the player.
This commit is contained in:
Max Kellermann 2013-11-08 11:50:23 +01:00
parent 834715ea2f
commit 1904e504be

View File

@ -50,7 +50,6 @@ need_chunks(DecoderControl &dc, bool do_wait)
if (do_wait) {
dc.Wait();
dc.client_cond.signal();
return dc.command;
}