1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Remove uneeded unlocks of QMutexLocker

The mutex will get unlocked anyway when falling out of scope.
This commit is contained in:
Daniele Forsi
2024-06-19 23:17:25 +02:00
parent 2b0bcb0d09
commit 1f9c7efcab
7 changed files with 0 additions and 12 deletions
@@ -119,7 +119,6 @@ bool AudioInput::start()
m_worker->startWork();
m_workerThread->start();
m_running = true;
mutexLocker.unlock();
qDebug("AudioInput::start: started");