Removed unused variable.

merge-requests/4/head
Elliott Liggett 2021-05-19 20:35:45 -07:00
rodzic fb65109800
commit a981f973fc
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -17,7 +17,6 @@ wfmain::wfmain(const QString serialPortCL, const QString hostCL, QWidget *parent
setWindowIcon(QIcon( QString(":resources/wfview.png")));
ui->setupUi(this);
theParent = parent;
setWindowTitle(QString("wfview"));

Wyświetl plik

@ -461,7 +461,6 @@ private:
void openRig();
void powerRigOff();
void powerRigOn();
QWidget * theParent;
QStringList portList;
QString serialPortRig;