summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-11-16 19:24:53 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-11-16 19:24:53 +0000
commit2f1b75f03e8066b54d9dae16ab29095752c4ee8a (patch)
tree61ca8d02d2e947c07b86d3c860f6209d0f130d6a /indra/newview/llpanelvolume.cpp
parent2c8007bc4b295b69b5b8a9c540876e402e6d63dc (diff)
SL-704 - first pass cleaning up comments. Also added LLControlAvatar::initInstance() as a potential hook for optimizations.
Diffstat (limited to 'indra/newview/llpanelvolume.cpp')
-rw-r--r--indra/newview/llpanelvolume.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelvolume.cpp b/indra/newview/llpanelvolume.cpp
index 6a71da3918..5c4c430f83 100644
--- a/indra/newview/llpanelvolume.cpp
+++ b/indra/newview/llpanelvolume.cpp
@@ -361,9 +361,6 @@ void LLPanelVolume::getState( )
// Animated Mesh
BOOL is_animated_mesh = single_root_volume && root_volobjp && root_volobjp->isAnimatedObject();
getChild<LLUICtrl>("Animated Mesh Checkbox Ctrl")->setValue(is_animated_mesh);
- // AXON FIXME CHECK FOR SKIN INFO ALSO
- // WHAT ABOUT isPermanentEnforced?
- // What about linksets with some skinned objects?
BOOL enabled_animated_object_box = FALSE;
if (root_volobjp && root_volobjp == volobjp)
{