diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-07 13:19:07 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-07 13:19:07 -0400 |
commit | a6319d419088c94e3ec91c76896004f2ab8d2763 (patch) | |
tree | 9d2c935b142d55c7f790d2c61fa690de1743d8d6 | |
parent | 535a3b3b2edd902cd814050344f5ee62cf55abd6 (diff) |
More mac build fixes
-rwxr-xr-x | indra/newview/llmaniprotate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmaniprotate.cpp b/indra/newview/llmaniprotate.cpp index ed40483029..acec4a4f7a 100755 --- a/indra/newview/llmaniprotate.cpp +++ b/indra/newview/llmaniprotate.cpp @@ -68,8 +68,6 @@ 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 SIN_DELTA = sin( DELTA ); -const F32 COS_DELTA = cos( DELTA ); const F32 MAX_MANIP_SELECT_DISTANCE = 100.f; const F32 SNAP_ANGLE_INCREMENT = 5.625f; const F32 SNAP_ANGLE_DETENTE = SNAP_ANGLE_INCREMENT; |