mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user