Remove more soundout stuff.

This commit is contained in:
Joe Taylor
2022-12-05 13:58:12 -05:00
parent 2a2bc4e69b
commit 8a70f9c131
7 changed files with 0 additions and 722 deletions
-4
View File
@@ -12,7 +12,6 @@ DevSetup::DevSetup(QWidget *parent) : QDialog(parent)
{
ui.setupUi(this); //setup the dialog form
m_restartSoundIn=false;
m_restartSoundOut=false;
}
DevSetup::~DevSetup()
@@ -149,9 +148,6 @@ void DevSetup::accept()
m_xpol!=ui.cbXpol->isChecked() or
m_udpPort!=ui.sbPort->value()) m_restartSoundIn=true;
if(m_nDevOut!=ui.comboBoxSndOut->currentIndex() or
m_paOutDevice!=m_outDevList[m_nDevOut]) m_restartSoundOut=true;
m_myCall=ui.myCallEntry->text();
m_myGrid=ui.myGridEntry->text();
m_idInt=ui.idIntSpinBox->value();