mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 22:14:56 -04:00
Remove setting of m_modeTx in WideGraph and Plotter. No need for it now.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user