Another fix for build failure - unused variable warning

master
Brad Payne (Vir Linden) 2011-05-23 14:50:18 -04:00
parent 8729c4ac2f
commit 7b51aa0ba2
1 changed files with 0 additions and 2 deletions

View File

@ -1514,8 +1514,6 @@ void LLMeshUploadThread::wholeModelToLLSD(LLSD& dest, bool include_textures)
{
mesh_entry["face_list"] = LLSD::emptyArray();
S32 face_num = 0;
for (S32 face_num = 0; face_num < model->getNumVolumeFaces(); face_num++)
{
LLImportMaterial& material = instance.mMaterial[face_num];