diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-02 12:59:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-02 12:59:43 +0200 |
commit | 82ffb9b11a6f5bc94c658a10d6c2c21c0f217d18 (patch) | |
tree | e4ae39dd2917226f2fe38972a998b45bb32b0f06 /facetracknoir/tracker.h | |
parent | afbec6a10b1e718fed134f61295e92f1e94770d4 (diff) |
UI cleanup, tracking overlay already provides that information. Expose one internal value less.
Diffstat (limited to 'facetracknoir/tracker.h')
-rw-r--r-- | facetracknoir/tracker.h | 3 |
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;
};
|