summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-04-16 14:51:15 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-04-16 14:51:15 -0700
commit663d8f7870c2858956aea8ab20129fd084a96dc8 (patch)
tree5ea7eaf40a018fbabaee165cc511998c5390f181 /indra/newview/lldrawpool.cpp
parentba057d34cdc8fb91093aadaaad22618b6371cd0f (diff)
parent8cb7af4f73c0a703b5842a708e94d80aea26b6db (diff)
Merge
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r--indra/newview/lldrawpool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp
index ef946ac49e..e3e66fa00d 100644
--- a/indra/newview/lldrawpool.cpp
+++ b/indra/newview/lldrawpool.cpp
@@ -442,7 +442,6 @@ void LLRenderPass::renderTexture(U32 type, U32 mask)
void LLRenderPass::pushBatches(U32 type, U32 mask, BOOL texture)
{
- llpushcallstacks ;
for (LLCullResult::drawinfo_list_t::iterator i = gPipeline.beginRenderMap(type); i != gPipeline.endRenderMap(type); ++i)
{
LLDrawInfo* pparams = *i;