summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-04-27 16:02:30 -0700
committerbrad kittenbrink <brad@lindenlab.com>2011-04-27 16:02:30 -0700
commit8a265498d02ee9322b5ed6dbd1fae6b60dbe843d (patch)
treefbed43ec7f1d3b7baa816c8de8b0cc2cadd5ee6d /indra/newview
parent36986de1fc1437f509d120b79430c87575e755b1 (diff)
parentf4540fab4887f6fe54ed6472c4b2458e3ac745d5 (diff)
Merge.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llspatialpartition.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index 8adb8c30e0..94784f3f49 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -1635,8 +1635,6 @@ LLSpatialPartition::LLSpatialPartition(U32 data_mask, BOOL render_by_group, U32
mSlopRatio = 0.25f;
mInfiniteFarClip = FALSE;
- LLGLNamePool::registerPool(&sQueryPool);
-
mOctree = new LLSpatialGroup::OctreeRoot(LLVector3d(0,0,0),
LLVector3d(1,1,1),
NULL);