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
This commit is contained in:
J. Alexander Treuman 2006-07-14 18:03:26 +00:00
parent 5d551d9e4d
commit f965b403ea

View File

@ -525,7 +525,6 @@ void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer * cb) {
dc->state!=DECODE_STATE_STOP)
{
processDecodeInput();
if(quit) return;
my_usleep(1000);
}