summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-06-24 23:37:48 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-06-24 23:37:48 -0600
commite6e82b5b3559fd792997407bf84df1fb61fa0c17 (patch)
tree6072c9ef9ea449f3db74a066fcbd69cca9c973c5 /indra/newview/llviewerobject.cpp
parent9f58b3ccbdb9e73e1faec6ec5cfa3bfeec1fd581 (diff)
parenteb8d0bed7b8b068231efc6c0c30b719b4c171c7f (diff)
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rwxr-xr-xindra/newview/llviewerobject.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 5ae08a8b9e..4e514ddfd1 100755
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -1026,11 +1026,6 @@ U32 LLViewerObject::extractSpatialExtents(LLDataPackerBinaryBuffer *dp, LLVector
{
U32 parent_id = 0;
LLViewerObject::unpackParentID(dp, parent_id);
- if(parent_id > 0)
- {
- //is a child, no need to decode further.
- return parent_id;
- }
LLViewerObject::unpackVector3(dp, scale, "Scale");
LLViewerObject::unpackVector3(dp, pos, "Pos");