mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-13 11:18:42 -04:00
Remove the diagnostic routine chk_samples().
This commit is contained in:
@@ -1473,7 +1473,6 @@ void MainWindow::dataSink(qint64 frames)
|
||||
if(m_mode.startsWith("FST4")) npct=ui->sbNB->value();
|
||||
symspec_(&dec_data,&k,&m_TRperiod,&nsps,&m_inGain,&bLowSidelobes,&nsmo,&m_px,s,
|
||||
&m_df3,&m_ihsym,&m_npts8,&m_pxmax,&npct);
|
||||
chk_samples_(&m_ihsym,&k,&m_hsymStop);
|
||||
if(m_mode=="WSPR" or m_mode=="FST4W") wspr_downsample_(dec_data.d2,&k);
|
||||
if(m_ihsym <=0) return;
|
||||
if(ui) ui->signal_meter_widget->setValue(m_px,m_pxmax); // Update thermometer
|
||||
|
||||
Reference in New Issue
Block a user