summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-19 17:20:04 -0700
committercallum_linden <none@none>2014-10-19 17:20:04 -0700
commit81fc4e49f3b055b53d54600593e56a3d31428b66 (patch)
treebbfbdba61e2aa984aa9cb516f99afe9504581534 /indra
parent2c8a685729b518bfdb4eab95c5b1a06af329c378 (diff)
Update to build on Xcode 6.0: removal of 2 unused variables
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llmaniptranslate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmaniptranslate.cpp b/indra/newview/llmaniptranslate.cpp
index d22672bc16..cd41183601 100755
--- a/indra/newview/llmaniptranslate.cpp
+++ b/indra/newview/llmaniptranslate.cpp
@@ -65,7 +65,6 @@
const S32 NUM_AXES = 3;
const S32 MOUSE_DRAG_SLOP = 2; // pixels
-const F32 HANDLE_HIDE_ANGLE = 0.15f; // radians
const F32 SELECTED_ARROW_SCALE = 1.3f;
const F32 MANIPULATOR_HOTSPOT_START = 0.2f;
const F32 MANIPULATOR_HOTSPOT_END = 1.2f;