remove forgotten lines

This commit is contained in:
UbitUmarov
2014-07-27 08:11:27 +01:00
parent eb55e69d4a
commit 5a7a609683

View File

@@ -268,13 +268,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
else
sceneObject.RootPart.KeyframeMotion = null;
XmlNodeList SOGSound = doc.GetElementsByTagName("SOGSound");
if (SOGSound.Count > 0)
{
}
// Script state may, or may not, exist. Not having any, is NOT
// ever a problem.
sceneObject.LoadScriptState(doc);