imagewriter: Remove unnecessary mutexes

Per suggestion from @maxnet, remove unnecessary guards. Qt signals/slots
will guard against concurrency issues.
This commit is contained in:
Tom Dewey 2023-11-13 15:51:00 +00:00 committed by Tom Dewey
parent d2251291ce
commit eb2d54a423
2 changed files with 0 additions and 7 deletions

View file

@ -185,7 +185,6 @@ private:
QJsonDocument _completeOsList;
QJsonArray _deviceFilter;
bool _deviceFilterIsInclusive;
std::mutex _deviceListMutationMutex;
protected:
QUrl _src, _repo;