From 5b9ccf5164199804b6574b40914ee77baf0b6a78 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 31 Jul 2018 12:38:27 +0200 Subject: tracker/tobii-eyex: remove obsolete code The API is obsolete as well as the device. --- tracker-tobii-eyex/tobii-eyex-dialog.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tracker-tobii-eyex/tobii-eyex-dialog.cpp (limited to 'tracker-tobii-eyex/tobii-eyex-dialog.cpp') diff --git a/tracker-tobii-eyex/tobii-eyex-dialog.cpp b/tracker-tobii-eyex/tobii-eyex-dialog.cpp deleted file mode 100644 index 6ab916be..00000000 --- a/tracker-tobii-eyex/tobii-eyex-dialog.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include "tobii-eyex-dialog.hpp" - -tobii_eyex_dialog::tobii_eyex_dialog() -{ - ui.setupUi(this); - - connect(ui.buttonBox, &QDialogButtonBox::accepted, this, &tobii_eyex_dialog::do_ok); - connect(ui.buttonBox, &QDialogButtonBox::rejected, this, &tobii_eyex_dialog::do_cancel); - - //tie_setting(s.mode, ui.tracking_mode); -} - -void tobii_eyex_dialog::do_ok() -{ - s.b->save(); - close(); -} - -void tobii_eyex_dialog::do_cancel() -{ - close(); -} -- cgit v1.2.3