summaryrefslogtreecommitdiff
path: root/indra/llcharacter/lltargetingmotion.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 15:21:09 -0700
committercallum_linden <none@none>2014-10-17 15:21:09 -0700
commitfaf6f7296586353f6225ef21976212b7c401b327 (patch)
tree39fccec6078ef5fc50c6c077e3e51c70d3bdfbab /indra/llcharacter/lltargetingmotion.cpp
parentf708104e3785d20f3c02c9c9503a5a7f15b81b8e (diff)
Update to build on Xcode 6.0: larger collection of removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llcharacter/lltargetingmotion.cpp')
-rwxr-xr-xindra/llcharacter/lltargetingmotion.cpp3
1 files changed, 0 insertions, 3 deletions
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()