remove forgotten lines

avinationmerge
UbitUmarov 2014-07-27 08:11:27 +01:00
parent eb55e69d4a
commit 5a7a609683
1 changed files with 0 additions and 7 deletions

View File

@ -268,13 +268,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
else else
sceneObject.RootPart.KeyframeMotion = null; 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 // Script state may, or may not, exist. Not having any, is NOT
// ever a problem. // ever a problem.
sceneObject.LoadScriptState(doc); sceneObject.LoadScriptState(doc);