diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-14 18:03:26 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-14 18:03:26 +0000 |
commit | f965b403eadbab9893b3b9d9b8cb2d430dbbe0d7 (patch) | |
tree | c3a6a544c3bc681585bdda128e51ac6413bd3995 /src/decode.c | |
parent | 5d551d9e4d83fb751b13666e31aa45fd86f7de25 (diff) | |
download | mpd-f965b403eadbab9893b3b9d9b8cb2d430dbbe0d7.tar.gz mpd-f965b403eadbab9893b3b9d9b8cb2d430dbbe0d7.tar.xz mpd-f965b403eadbab9893b3b9d9b8cb2d430dbbe0d7.zip |
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
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |