libarmbox: remove unnecessary while

This commit is contained in:
Jacek Jendrzej
2019-08-04 19:50:47 +02:00
parent 13e00bae72
commit 60106b3fb3

View File

@@ -800,8 +800,6 @@ void cPlayback::RequestAbort()
mutex.unlock();
while (player->playback->isPlaying)
usleep(100000);
}
}