mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Remove uneeded unlocks of QMutexLocker
The mutex will get unlocked anyway when falling out of scope.
This commit is contained in:
@@ -89,7 +89,6 @@ bool TestMOSync::startTx()
|
||||
m_sinkWorker->setFeedSpectrumIndex(m_feedSpectrumIndex);
|
||||
m_sinkWorker->connectTimer(m_masterTimer);
|
||||
startWorker();
|
||||
mutexLocker.unlock();
|
||||
m_runningTx = true;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user