From f965b403eadbab9893b3b9d9b8cb2d430dbbe0d7 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 14 Jul 2006 18:03:26 +0000 Subject: Remove test on a local variable that won't have been modified yet git-svn-id: https://svn.musicpd.org/mpd/trunk@4324 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/decode.c b/src/decode.c index 3ef720081..ae5d050b0 100644 --- a/src/decode.c +++ b/src/decode.c @@ -525,7 +525,6 @@ void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer * cb) { dc->state!=DECODE_STATE_STOP) { processDecodeInput(); - if(quit) return; my_usleep(1000); } -- cgit v1.2.3