From 23663234831dac45ba7c2415c7549eaa6dafb823 Mon Sep 17 00:00:00 2001 From: andreykproductengine <andreykproductengine@lindenlab.com> Date: Wed, 22 May 2019 20:30:50 +0300 Subject: [PATCH] SL-10562 Cleanup --- indra/newview/llcontrolavatar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index a9282169a29..340a2d311dc 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); - // Rebuild mSignaledAnimations from the associated volumes. std::map<LLUUID, S32> anims; for (std::vector<LLVOVolume*>::iterator vol_it = volumes.begin(); vol_it != volumes.end(); ++vol_it) { -- GitLab