diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-24 11:28:13 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-24 11:28:13 +0100 |
commit | a3075d8837d61ed4a9604c948bd8726c60ac2694 (patch) | |
tree | f3abfe8fd23d262e3f04c4c4e7c894c247c59b42 /indra/llrender | |
parent | 98d72d1dd34c5553f1245c72f329c5d6b839c0ef (diff) |
fix a tiny subset of the current build errors
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llvertexbuffer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp index 0f3c900d2b..23303b6d5c 100644 --- a/indra/llrender/llvertexbuffer.cpp +++ b/indra/llrender/llvertexbuffer.cpp @@ -822,9 +822,6 @@ void LLVertexBuffer::resizeBuffer(S32 newnverts, S32 newnindices) { sAllocatedBytes -= getSize() + getIndicesSize(); - S32 oldsize = getSize(); - S32 old_index_size = getIndicesSize(); - updateNumVerts(newnverts); updateNumIndices(newnindices); |