diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-07 15:45:10 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-07 15:45:10 -0400 |
commit | 0a05c3e65945bc8a40ee4e45e510c4f206dcd0f8 (patch) | |
tree | 4c93b4a50ad1199c819494e8f3feef526a87c2b4 | |
parent | a6319d419088c94e3ec91c76896004f2ab8d2763 (diff) |
More mac build fixes
-rwxr-xr-x | indra/newview/llmaniprotate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmaniprotate.cpp b/indra/newview/llmaniprotate.cpp index acec4a4f7a..3a0f96cd37 100755 --- a/indra/newview/llmaniprotate.cpp +++ b/indra/newview/llmaniprotate.cpp @@ -67,7 +67,6 @@ const F32 RADIUS_PIXELS = 100.f; // size in screen space const F32 SQ_RADIUS = RADIUS_PIXELS * RADIUS_PIXELS; const F32 WIDTH_PIXELS = 8; const S32 CIRCLE_STEPS = 100; -const F32 DELTA = F_TWO_PI / CIRCLE_STEPS; const F32 MAX_MANIP_SELECT_DISTANCE = 100.f; const F32 SNAP_ANGLE_INCREMENT = 5.625f; const F32 SNAP_ANGLE_DETENTE = SNAP_ANGLE_INCREMENT; |