* minor: remove some mono compiler warnings
parent
9b6035c2a6
commit
83105211bc
|
@ -244,6 +244,7 @@ namespace OpenSim
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
private void LoadXmlLinkFile(string[] cmdparams)
|
||||
{
|
||||
try
|
||||
|
@ -289,6 +290,7 @@ namespace OpenSim
|
|||
Console.WriteLine(e.ToString());
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
private void ReadLinkFromConfig(IConfig config)
|
||||
{
|
||||
|
|
|
@ -2224,10 +2224,10 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
//
|
||||
ScenePresence sp = GetScenePresence(sceneObject.OwnerID);
|
||||
|
||||
uint parentLocalID = 0;
|
||||
//uint parentLocalID = 0;
|
||||
if (sp != null)
|
||||
{
|
||||
parentLocalID = sp.LocalId;
|
||||
//parentLocalID = sp.LocalId;
|
||||
|
||||
//sceneObject.RootPart.IsAttachment = true;
|
||||
//sceneObject.RootPart.SetParentLocalId(parentLocalID);
|
||||
|
|
|
@ -726,7 +726,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
public void ToXml(XmlTextWriter writer)
|
||||
{
|
||||
//m_log.DebugFormat("[SOG]: Starting serialization of {0}", Name);
|
||||
int time = System.Environment.TickCount;
|
||||
//int time = System.Environment.TickCount;
|
||||
|
||||
writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty);
|
||||
writer.WriteStartElement(String.Empty, "RootPart", String.Empty);
|
||||
|
|
Loading…
Reference in New Issue