diff options
author | callum_linden <none@none> | 2014-10-19 17:20:04 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-19 17:20:04 -0700 |
commit | 81fc4e49f3b055b53d54600593e56a3d31428b66 (patch) | |
tree | bbfbdba61e2aa984aa9cb516f99afe9504581534 /indra | |
parent | 2c8a685729b518bfdb4eab95c5b1a06af329c378 (diff) |
Update to build on Xcode 6.0: removal of 2 unused variables
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llmaniptranslate.cpp | 1 |
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; |