diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 04:32:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 04:32:44 +0200 |
commit | 7b0ce8034456271ab0ea15da9b60fe9b94d75dc0 (patch) | |
tree | 62e2dfa60e418efeb47f94b1dda2b623e46fa77a /facetracknoir/facetracknoir.cpp | |
parent | 842d261e5d0d2af65b6327288cecc845d452db5a (diff) |
Don't use tracker.cpp indirection for updating zeroing
Diffstat (limited to 'facetracknoir/facetracknoir.cpp')
-rw-r--r-- | facetracknoir/facetracknoir.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/facetracknoir/facetracknoir.cpp b/facetracknoir/facetracknoir.cpp index 17dded92..d9569ccc 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -190,15 +190,6 @@ FaceTrackNoIR::~FaceTrackNoIR() { } // -// Update the Settings, after a value has changed. This way, the Tracker does not have to re-start. -// -void FaceTrackNoIR::update_tracker_settings() { - if ( tracker != NULL ) { - tracker->loadSettings(); - } -} - -// // Get a pointer to the video-widget, to use in the DLL // QFrame *FaceTrackNoIR::get_video_widget() { |