summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewanim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpreviewanim.cpp')
-rwxr-xr-xindra/newview/llpreviewanim.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llpreviewanim.cpp b/indra/newview/llpreviewanim.cpp
index f83532ea83..fb40af1302 100755
--- a/indra/newview/llpreviewanim.cpp
+++ b/indra/newview/llpreviewanim.cpp
@@ -110,13 +110,6 @@ void LLPreviewAnim::play(const LLSD& param)
}
else
{
- // BENTO TEMP
- LLKeyframeMotion *motionp = dynamic_cast<LLKeyframeMotion*>(gAgentAvatarp->findMotion(itemID));
- if (motionp && motionp->isLoaded())
- {
- //motionp->dumpToFile(item->getName());
- }
-
gAgentAvatarp->startMotion(item->getAssetUUID());
}