diff options
author | David Walter Seikel | 2013-04-08 04:53:41 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-08 04:53:41 +1000 |
commit | e6734283dee37ee41ea82d190aa64d84f04215e9 (patch) | |
tree | d1fd9ac21c54d8cdd42370eff5566e05d7066bed /linden/indra/newview/llspatialpartition.cpp | |
parent | Delete a big bunch of unused variables. (diff) | |
download | meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.zip meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.gz meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.bz2 meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.xz |
More unused variable deletion.
Diffstat (limited to 'linden/indra/newview/llspatialpartition.cpp')
-rw-r--r-- | linden/indra/newview/llspatialpartition.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llspatialpartition.cpp b/linden/indra/newview/llspatialpartition.cpp index 30f7c0b..a9255b3 100644 --- a/linden/indra/newview/llspatialpartition.cpp +++ b/linden/indra/newview/llspatialpartition.cpp | |||
@@ -2617,9 +2617,6 @@ public: | |||
2617 | return; | 2617 | return; |
2618 | } | 2618 | } |
2619 | 2619 | ||
2620 | LLVector3 nodeCenter = group->mBounds[0]; | ||
2621 | LLVector3 octCenter = LLVector3(group->mOctreeNode->getCenter()); | ||
2622 | |||
2623 | for (LLSpatialGroup::OctreeNode::const_element_iter i = branch->getData().begin(); i != branch->getData().end(); ++i) | 2620 | for (LLSpatialGroup::OctreeNode::const_element_iter i = branch->getData().begin(); i != branch->getData().end(); ++i) |
2624 | { | 2621 | { |
2625 | LLDrawable* drawable = *i; | 2622 | LLDrawable* drawable = *i; |