From faf6f7296586353f6225ef21976212b7c401b327 Mon Sep 17 00:00:00 2001 From: callum_linden <none@none> Date: Fri, 17 Oct 2014 15:21:09 -0700 Subject: Update to build on Xcode 6.0: larger collection of removal of unused const variables [-Wunused-const-variable] --- indra/llcharacter/lltargetingmotion.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llcharacter/lltargetingmotion.cpp') diff --git a/indra/llcharacter/lltargetingmotion.cpp b/indra/llcharacter/lltargetingmotion.cpp index 007834b178..69681e4197 100755 --- a/indra/llcharacter/lltargetingmotion.cpp +++ b/indra/llcharacter/lltargetingmotion.cpp @@ -38,9 +38,6 @@ // Constants //----------------------------------------------------------------------------- const F32 TORSO_TARGET_HALF_LIFE = 0.25f; -const F32 MAX_TIME_DELTA = 2.f; //max two seconds a frame for calculating interpolation -const F32 TARGET_PLANE_THRESHOLD_DOT = 0.6f; -const F32 TORSO_ROT_FRACTION = 0.5f; //----------------------------------------------------------------------------- // LLTargetingMotion() -- cgit v1.2.3