summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-04-17 23:00:36 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-04-17 23:00:36 -0600
commit674df12bc9e81b9b4290f74a96116dbbf1e7f77c (patch)
tree90ebca6a5c7f6be4162326cbfa13963af40dd113 /indra/newview/llvocache.cpp
parent4687803c8e5371cab2bdf2636397b9043edf0299 (diff)
for SH-4105: interesting: new viewer does not handle orphaned child prims in ObjectUpdateCompressed messages
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rw-r--r--indra/newview/llvocache.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index f90bddcba9..eba768fef4 100644
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -367,14 +367,6 @@ void LLVOCacheEntry::setBoundingInfo(const LLVector3& pos, const LLVector3& scal
setBinRadius(llmin(size.getLength3().getF32() * 4.f, 256.f));
}
-void LLVOCacheEntry::updateBoundingInfo(LLVOCacheEntry* parent)
-{
- //LLVector4a old_pos = getPositionGroup();
- //parent->getPositionRegion() + (getPosition() * parent->getRotation());
-
- shift(parent->getPositionGroup());
-}
-
//-------------------------------------------------------------------
//LLVOCachePartition
//-------------------------------------------------------------------