diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-06 04:11:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-06 04:11:10 +0200 |
commit | 57e6eeffb0b87570fc60d1d29d5d72b848deb620 (patch) | |
tree | b5b0cdb505f752536c99c815755dfc5449c4fc3d /tracker-hatire/ftnoir_tracker_hat_dialog.cpp | |
parent | ec1f3617195df60e6375603eb4dd0d33f978b01f (diff) |
tracker/hatire: remove explicit workaround optin
Tested-by: @Ec0nomist
cf. https://github.com/opentrack/opentrack/issues/327#issuecomment-402288929
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat_dialog.cpp')
-rw-r--r-- | tracker-hatire/ftnoir_tracker_hat_dialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp index 6fb17361..ecea7eaa 100644 --- a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp +++ b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp @@ -98,8 +98,6 @@ dialog_hatire::dialog_hatire() : theTracker(nullptr), timer(this) tie_setting(s.pParity, ui.QCB_Serial_parity); tie_setting(s.pStopBits, ui.QCB_Serial_stopBits); - tie_setting(s.serial_bug_workaround, ui.serial_bug_workaround); - tie_setting(s.QSerialPortName, ui.cbSerialPort); connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK())); |