diff options
author | brad kittenbrink <brad@lindenlab.com> | 2011-05-03 17:52:52 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2011-05-03 17:52:52 -0700 |
commit | 032e5d30c07b77402c9f38365a5b2d424ae25271 (patch) | |
tree | b21cfae1240d222f1cf82c9154e7bbdcf5fe57e5 /indra/llrender/llvertexbuffer.cpp | |
parent | b9bb792c478d703c6442351ecb563c0a67f77111 (diff) | |
parent | 0d5a0cefd4d5b34d3c8e9d06621ec3e1f4e5d46b (diff) |
Merge.
Diffstat (limited to 'indra/llrender/llvertexbuffer.cpp')
-rw-r--r-- | indra/llrender/llvertexbuffer.cpp | 4 |
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 |