diff options
| author | callum_linden <none@none> | 2014-10-18 11:25:07 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-18 11:25:07 -0700 |
| commit | 327a99a8a868312ded565b53cba2e3c49ecdca12 (patch) | |
| tree | d55e3c776a59431675bbf90de8fd3df2957b5e55 /indra/newview/llagentcamera.cpp | |
| parent | 0b44e4d59b2c7cb60d65d4c3ab64cb33c49cda67 (diff) | |
Update to build on Xcode 6.0: more removal of unused variables and functions
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
| -rwxr-xr-x | indra/newview/llagentcamera.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp index 2356a84688..291dffa210 100755 --- a/indra/newview/llagentcamera.cpp +++ b/indra/newview/llagentcamera.cpp @@ -885,7 +885,6 @@ void LLAgentCamera::cameraZoomIn(const F32 fraction) } - LLVector3d camera_offset(mCameraFocusOffsetTarget); LLVector3d camera_offset_unit(mCameraFocusOffsetTarget); F32 min_zoom = LAND_MIN_ZOOM; F32 current_distance = (F32)camera_offset_unit.normalize(); @@ -957,7 +956,6 @@ void LLAgentCamera::cameraOrbitIn(const F32 meters) } else { - LLVector3d camera_offset(mCameraFocusOffsetTarget); LLVector3d camera_offset_unit(mCameraFocusOffsetTarget); F32 current_distance = (F32)camera_offset_unit.normalize(); F32 new_distance = current_distance - meters; |
