summaryrefslogtreecommitdiff
path: root/indra/llappearance/llpolymorph.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-01-16 23:17:19 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-01-16 23:17:19 +0200
commit8ff51bdeb2e27187630fa6d76513f6e10f598114 (patch)
tree235636bcec8aa8b35a1c5de56a82e12c9851f20a /indra/llappearance/llpolymorph.cpp
parenta1931d8cc4820eb4e20f1346fc7c3e0139c5863b (diff)
parent8ec8732ec9a6dd109b3d40762148f0c951566e9b (diff)
Merge branch 'contribute' into DRTVWR-577-maint-S
Diffstat (limited to 'indra/llappearance/llpolymorph.cpp')
-rw-r--r--indra/llappearance/llpolymorph.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/llpolymorph.cpp b/indra/llappearance/llpolymorph.cpp
index ca3ecda8c3..965b999bd4 100644
--- a/indra/llappearance/llpolymorph.cpp
+++ b/indra/llappearance/llpolymorph.cpp
@@ -363,7 +363,6 @@ BOOL LLPolyMorphTarget::setInfo(LLPolyMorphTargetInfo* info)
setWeight(getDefaultWeight());
LLAvatarAppearance* avatarp = mMesh->getAvatar();
- LLPolyMorphTargetInfo::volume_info_list_t::iterator iter;
for (LLPolyVolumeMorphInfo& volume_info : getInfo()->mVolumeInfoList)
{
for (S32 i = 0; i < avatarp->mNumCollisionVolumes; i++)