TestSink: removed useless code

pull/442/head
f4exb 2019-11-01 10:27:14 +01:00
rodzic 8e52a32112
commit 1fa5c5dd90
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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();
}