summaryrefslogtreecommitdiff
path: root/indra/newview/llcontrolavatar.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-05-22 20:41:23 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-05-22 20:41:23 +0300
commite54c9987e772690cb649e945c891439a98b9fc0c (patch)
treeffe37442d7c8a65b149abcbf327083e00d9a7b76 /indra/newview/llcontrolavatar.cpp
parent23663234831dac45ba7c2415c7549eaa6dafb823 (diff)
SL-10562 Cleanup 2
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r--indra/newview/llcontrolavatar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp
index 340a2d311d..d24dac385f 100644
--- a/indra/newview/llcontrolavatar.cpp
+++ b/indra/newview/llcontrolavatar.cpp
@@ -591,7 +591,6 @@ LLViewerObject* LLControlAvatar::lineSegmentIntersectRiggedAttachments(const LLV
std::vector<LLVOVolume*> volumes;
getAnimatedVolumes(volumes);
- std::map<LLUUID, S32> anims;
for (std::vector<LLVOVolume*>::iterator vol_it = volumes.begin(); vol_it != volumes.end(); ++vol_it)
{
LLVOVolume *volp = *vol_it;