From 8b3838e6e744bd1dfff290bf56ee4543bc442526 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 30 Nov 2013 17:09:12 +0100 Subject: Revert "Added positional tracking?!" This reverts commit 8b3285917eeb228e9811df75568d927b763644cf. Requested-by: mm0zct --- ftnoir_tracker_rift/ftnoir_tracker_rift.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftnoir_tracker_rift/ftnoir_tracker_rift.h') diff --git a/ftnoir_tracker_rift/ftnoir_tracker_rift.h b/ftnoir_tracker_rift/ftnoir_tracker_rift.h index 93b03b97..7a4533d3 100644 --- a/ftnoir_tracker_rift/ftnoir_tracker_rift.h +++ b/ftnoir_tracker_rift/ftnoir_tracker_rift.h @@ -30,13 +30,13 @@ private: bool bEnableRoll; bool bEnablePitch; bool bEnableYaw; -#if 1 +#if 0 bool bEnableX; bool bEnableY; bool bEnableZ; #endif bool useYawSpring; - double old_yaw, constant_drift, persistence, deadzone, old_x, old_y, old_z, vx, vy, vz; + double old_yaw, constant_drift, persistence, deadzone; }; // Widget that has controls for FTNoIR protocol client-settings. -- cgit v1.2.3