diff options
author | callum_linden <none@none> | 2014-10-19 17:30:46 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-19 17:30:46 -0700 |
commit | a37c41e3f5dbf49cdda0de21481b7c841050d971 (patch) | |
tree | 024edc01c978d520461abf76d17e8918102e057b /indra/newview/llmorphview.cpp | |
parent | 6d9353de2aea794fc1332d7deeca87df863d253e (diff) |
Update to build on Xcode 6.0: removal of some unused variables
Diffstat (limited to 'indra/newview/llmorphview.cpp')
-rwxr-xr-x | indra/newview/llmorphview.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llmorphview.cpp b/indra/newview/llmorphview.cpp index 252d1b78ea..ff86400a56 100755 --- a/indra/newview/llmorphview.cpp +++ b/indra/newview/llmorphview.cpp @@ -47,17 +47,8 @@ LLMorphView *gMorphView = NULL; - -const F32 EDIT_AVATAR_ORBIT_SPEED = 0.1f; -const F32 EDIT_AVATAR_MAX_CAMERA_PITCH = 0.5f; - -const F32 CAMERA_MOVE_TIME = 0.5f; const F32 MORPH_NEAR_CLIP = 0.1f; -const F32 CAMERA_DIST_MIN = 0.4f; -const F32 CAMERA_DIST_MAX = 4.0f; -const F32 CAMERA_DIST_STEP = 1.5f; - //----------------------------------------------------------------------------- // LLMorphView() //----------------------------------------------------------------------------- |