diff options
author | brad kittenbrink <brad@lindenlab.com> | 2011-05-05 15:39:18 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2011-05-05 15:39:18 -0700 |
commit | 62b1791d7a3aaed34b39e5bad53389ef312ccad8 (patch) | |
tree | 00670baf845fd1eea26670109b48dc8fab35dae9 /indra/llrender/llvertexbuffer.cpp | |
parent | ebda8f883b742de82db74cab993612737f5dec9e (diff) | |
parent | def9f9290e661e6a35b7b255eb71b6e2767fdea0 (diff) |
Merged latest lindenlab/viewer-development with brad_linden/viewer-mustbuildfaster-0.
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 |