aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-08 04:47:32 +1000
committerDavid Walter Seikel2013-04-08 04:47:32 +1000
commit0f7ca330c308a5edb51ee325faf26e5498b38af9 (patch)
tree1ed99b02793514c85238bbc23f7881b7c9727d37 /linden/indra/newview/lldrawable.cpp
parentA little more 64 bit clean now. (diff)
downloadmeta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.zip
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.gz
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.bz2
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.xz
Delete a big bunch of unused variables.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lldrawable.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawable.cpp b/linden/indra/newview/lldrawable.cpp
index 5a383bc..f808f89 100644
--- a/linden/indra/newview/lldrawable.cpp
+++ b/linden/indra/newview/lldrawable.cpp
@@ -494,7 +494,6 @@ F32 LLDrawable::updateXform(BOOL undamped)
494 //scaling 494 //scaling
495 LLVector3 target_scale = mVObjp->getScale(); 495 LLVector3 target_scale = mVObjp->getScale();
496 LLVector3 old_scale = mCurrentScale; 496 LLVector3 old_scale = mCurrentScale;
497 LLVector3 dest_scale = target_scale;
498 497
499 // Damping 498 // Damping
500 F32 dist_squared = 0.f; 499 F32 dist_squared = 0.f;
@@ -834,7 +833,6 @@ const LLVector3* LLDrawable::getSpatialExtents() const
834 833
835void LLDrawable::setSpatialExtents(LLVector3 min, LLVector3 max) 834void LLDrawable::setSpatialExtents(LLVector3 min, LLVector3 max)
836{ 835{
837 LLVector3 size = max - min;
838 mExtents[0] = min; 836 mExtents[0] = min;
839 mExtents[1] = max; 837 mExtents[1] = max;
840} 838}