diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-09 08:58:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-09 08:58:03 +0100 |
commit | 626e0dc9dc84fec1ab04860731e36c5a54a683da (patch) | |
tree | 158d6e0e3478de5f7e6e06bec11ca9210c8ef49b /ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | |
parent | 57053a768ff3c2860b687e568b71fc60da05e5dd (diff) |
nix reset, doesn't do anything now
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.cpp')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp index 6248b225..3afb7fa7 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp @@ -109,7 +109,6 @@ void Tracker::apply_inner() settings* tmp = new_settings.exchange(nullptr); if (tmp == nullptr) return; - reset(); auto& s = *tmp; qDebug()<<"Tracker:: Applying settings"; @@ -130,12 +129,6 @@ void Tracker::apply_inner() qDebug()<<"Tracker::apply ends"; } -void Tracker::reset() -{ - QMutexLocker lock(&mutex); - point_tracker.reset(); -} - void Tracker::start_tracker(QFrame *parent_window) { this->video_frame = parent_window; |