libarmbox: remove unnecessary while

Origin commit data
------------------
Branch: master
Commit: 51e26e3572
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-04 (Sun, 04 Aug 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-08-04 19:50:47 +02:00
committed by vanhofen
parent 115abf2f37
commit 07ae7bec80

View File

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