From cce19f702742e7f6f23b66f70bfa017f896a1526 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Thu, 25 May 2017 22:07:51 +0100 Subject: [PATCH] removed unnessary code --- plugins/openvr/src/ViveControllerManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/openvr/src/ViveControllerManager.cpp b/plugins/openvr/src/ViveControllerManager.cpp index 2563e8f218..2b746e6983 100644 --- a/plugins/openvr/src/ViveControllerManager.cpp +++ b/plugins/openvr/src/ViveControllerManager.cpp @@ -51,8 +51,6 @@ static const int MIN_PUCK_COUNT = 2; static const int MIN_FEET_AND_HIPS = 3; static const int MIN_FEET_HIPS_CHEST = 4; static const int MIN_FEET_HIPS_SHOULDERS = 5; -static const int MIN_FEET_HIPS_CHEST_AND_HANDS = 6; -static const int MIN_FEET_HIPS_SHOULDERS_AND_HANDS = 7; static const int FIRST_FOOT = 0; static const int SECOND_FOOT = 1; static const int HIP = 2;