diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-23 14:50:18 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-23 14:50:18 -0400 |
commit | 7b51aa0ba2a9cffba71e87ad5c19b30bf87904a1 (patch) | |
tree | e988b7196f63e759eaf4dedfe13272da27a1f227 | |
parent | 8729c4ac2f3fdffa7863dc01b4f51d69f44ddbfd (diff) |
Another fix for build failure - unused variable warning
-rw-r--r-- | indra/newview/llmeshrepository.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index f3b1aa9a1b..5e006e90a1 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -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]; |