summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-05-22 20:30:50 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-05-22 20:30:50 +0300
commit23663234831dac45ba7c2415c7549eaa6dafb823 (patch)
tree5398882fa4cfa865dc6b8ff52b40ee59a1bce827
parentc2c8753d2565c9fba41f0d5dd390e14d72cd40b9 (diff)
SL-10562 Cleanup
-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 a9282169a2..340a2d311d 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)
{