summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-11-09 08:58:03 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-11-09 08:58:03 +0100
commit626e0dc9dc84fec1ab04860731e36c5a54a683da (patch)
tree158d6e0e3478de5f7e6e06bec11ca9210c8ef49b /ftnoir_tracker_pt/ftnoir_tracker_pt.cpp
parent57053a768ff3c2860b687e568b71fc60da05e5dd (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.cpp7
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;