diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-05-22 20:30:50 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-05-22 20:30:50 +0300 |
commit | 23663234831dac45ba7c2415c7549eaa6dafb823 (patch) | |
tree | 5398882fa4cfa865dc6b8ff52b40ee59a1bce827 /indra/newview/llcontrolavatar.cpp | |
parent | c2c8753d2565c9fba41f0d5dd390e14d72cd40b9 (diff) |
SL-10562 Cleanup
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r-- | indra/newview/llcontrolavatar.cpp | 1 |
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) { |