summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'facetracknoir/tracker.h')
-rw-r--r--facetracknoir/tracker.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/facetracknoir/tracker.h b/facetracknoir/tracker.h
index f452395d..c023d54e 100644
--- a/facetracknoir/tracker.h
+++ b/facetracknoir/tracker.h
@@ -119,7 +119,6 @@ public:
Tracker( FaceTrackNoIR *parent );
~Tracker();
void loadSettings(); // Load settings from the INI-file
- bool getTrackingActive() { return confid; }
void setInvertAxis(Axis axis, bool invert);
@@ -129,8 +128,6 @@ public:
volatile bool should_quit;
// following are now protected by hTrackMutex
volatile bool do_center; // Center head-position, using the shortkey
- // Flags to start/stop/reset tracking
- volatile bool confid; // Tracker data is OK;
T6DOF output_camera;
};