diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-18 17:59:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-19 14:46:28 +0200 |
commit | bfc13c7fcb444d97796589249e2664b37e20f471 (patch) | |
tree | 4a8f8805d1fecae7e5be015419f77cb2d1a4a325 /tracker-pt/ftnoir_tracker_pt_dialog.h | |
parent | 562785b09f4641dd71eb36d36bd92c945e0bd7cf (diff) |
tracker/pt: don't call calibration twice
Also simplify timer logic.
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.h b/tracker-pt/ftnoir_tracker_pt_dialog.h index b5adea51..e6b1cf30 100644 --- a/tracker-pt/ftnoir_tracker_pt_dialog.h +++ b/tracker-pt/ftnoir_tracker_pt_dialog.h @@ -41,7 +41,6 @@ private: QTimer timer, calib_timer; TranslationCalibrator trans_calib; - bool trans_calib_running; Ui::UICPTClientControls ui; }; |