From 03ba3f59441f8bee280b8525d5722e1a6fe91fdd Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 9 May 2017 00:31:13 +0100 Subject: [PATCH] minimize diff 2.0 --- plugins/openvr/src/ViveControllerManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/openvr/src/ViveControllerManager.h b/plugins/openvr/src/ViveControllerManager.h index 1b0cf4213e..b9d7c3ea01 100644 --- a/plugins/openvr/src/ViveControllerManager.h +++ b/plugins/openvr/src/ViveControllerManager.h @@ -109,7 +109,6 @@ private: int _trackedControllers { 0 }; vr::IVRSystem*& _system; - quint64 _calibrateAfterTimelapse { 0.f }; float _leftHapticStrength { 0.0f }; float _leftHapticDuration { 0.0f }; float _rightHapticStrength { 0.0f };