LimeSDR: removed applySettings from start sequence as it has nothing to do here

This commit is contained in:
f4exb 2017-10-24 08:37:32 +02:00
parent 2572f2be84
commit 78490ffff0
2 changed files with 0 additions and 4 deletions

View File

@ -334,8 +334,6 @@ bool LimeSDROutput::start()
return false;
}
applySettings(m_settings, true);
// start / stop streaming is done in the thread.
if ((m_limeSDROutputThread = new LimeSDROutputThread(&m_streamId, &m_sampleSourceFifo)) == 0)

View File

@ -321,8 +321,6 @@ bool LimeSDRInput::start()
if (m_running) { stop(); }
applySettings(m_settings, true);
// start / stop streaming is done in the thread.
if ((m_limeSDRInputThread = new LimeSDRInputThread(&m_streamId, &m_sampleFifo)) == 0)