Remove setting of m_modeTx in WideGraph and Plotter. No need for it now.

This commit is contained in:
Joe Taylor
2021-06-10 14:49:52 -04:00
parent 57c4187b24
commit a7ee9b29be
5 changed files with 2 additions and 29 deletions
-7
View File
@@ -305,13 +305,6 @@ void WideGraph::setSubMode(int n) //setSubMode
ui->widePlot->DrawOverlay();
ui->widePlot->update();
}
void WideGraph::setModeTx(QString modeTx) //setModeTx
{
m_modeTx=modeTx;
ui->widePlot->setModeTx(modeTx);
ui->widePlot->DrawOverlay();
ui->widePlot->update();
}
void WideGraph::on_spec2dComboBox_currentIndexChanged(int index)
{