1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

TestSink: removed useless code

This commit is contained in:
f4exb 2019-11-01 10:27:14 +01:00
parent 8e52a32112
commit 1fa5c5dd90

View File

@ -266,7 +266,6 @@ void TestSinkGui::on_interp_currentIndexChanged(int index)
m_settings.m_log2Interp = index;
ui->glSpectrum->setSampleRate(m_settings.m_sampleRate*(1<<m_settings.m_log2Interp));
updateSampleRateAndFrequency();
sendSettings();
}