Removed several unused variables from LLPipeline

This commit is contained in:
Shyotl
2014-07-03 02:34:10 -05:00
parent 9cbcf8fe34
commit 39810ed516
10 changed files with 22 additions and 148 deletions

View File

@@ -142,7 +142,6 @@ BOOL LLVOClouds::updateGeometry(LLDrawable *drawable)
group->setState(LLSpatialGroup::GEOM_DIRTY);
}
drawable->setNumFaces(0, NULL, getTEImage(0));
LLPipeline::sCompiles++;
return TRUE;
}
@@ -195,7 +194,6 @@ BOOL LLVOClouds::updateGeometry(LLDrawable *drawable)
}
mDrawable->movePartition();
LLPipeline::sCompiles++;
return TRUE;
}