summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.cpp
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/llrender/llvertexbuffer.cpp
parent36986de1fc1437f509d120b79430c87575e755b1 (diff)
parentf4540fab4887f6fe54ed6472c4b2458e3ac745d5 (diff)
Merge.
Diffstat (limited to 'indra/llrender/llvertexbuffer.cpp')
-rw-r--r--indra/llrender/llvertexbuffer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp
index 1beb74eca6..1a5a4f734d 100644
--- a/indra/llrender/llvertexbuffer.cpp
+++ b/indra/llrender/llvertexbuffer.cpp
@@ -323,10 +323,6 @@ void LLVertexBuffer::initClass(bool use_vbo, bool no_vbo_mapping)
}
sDisableVBOMapping = sEnableVBOs && no_vbo_mapping ;
- LLGLNamePool::registerPool(&sDynamicVBOPool);
- LLGLNamePool::registerPool(&sDynamicIBOPool);
- LLGLNamePool::registerPool(&sStreamVBOPool);
- LLGLNamePool::registerPool(&sStreamIBOPool);
}
//static