diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-05 15:05:51 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-05 15:05:51 -0400 |
commit | 2c0a0f4a5763d1f34ec1368dcc83ebb085c565e0 (patch) | |
tree | 092ec704fa2c7b60feda7855d29959e3f21d0572 /indra/newview | |
parent | 807f4dff74ee08d86895ee3329e985bb898eae24 (diff) |
MAINT-4158 cleanup
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 93c18c5c8b..195a7f5ffe 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -1936,8 +1936,6 @@ bool LLModelLoader::doLoadModel() if ( pJoint ) { pJoint->addAttachmentPosOverride( jointTransform.getTranslation(), mFilename); - //LL_WARNS() << "Aieee, now what!" << LL_ENDL; - //pJoint->storeCurrentXform( jointTransform.getTranslation() ); } else { |