* minor: remove some mono compiler warnings

0.6.3-post-fixes
Justin Clarke Casey 2009-02-11 20:36:17 +00:00
parent 9b6035c2a6
commit 83105211bc
3 changed files with 5 additions and 3 deletions

View File

@ -244,6 +244,7 @@ namespace OpenSim
} }
} }
/*
private void LoadXmlLinkFile(string[] cmdparams) private void LoadXmlLinkFile(string[] cmdparams)
{ {
try try
@ -289,6 +290,7 @@ namespace OpenSim
Console.WriteLine(e.ToString()); Console.WriteLine(e.ToString());
} }
} }
*/
private void ReadLinkFromConfig(IConfig config) private void ReadLinkFromConfig(IConfig config)
{ {

View File

@ -2224,10 +2224,10 @@ namespace OpenSim.Region.Framework.Scenes
// //
ScenePresence sp = GetScenePresence(sceneObject.OwnerID); ScenePresence sp = GetScenePresence(sceneObject.OwnerID);
uint parentLocalID = 0; //uint parentLocalID = 0;
if (sp != null) if (sp != null)
{ {
parentLocalID = sp.LocalId; //parentLocalID = sp.LocalId;
//sceneObject.RootPart.IsAttachment = true; //sceneObject.RootPart.IsAttachment = true;
//sceneObject.RootPart.SetParentLocalId(parentLocalID); //sceneObject.RootPart.SetParentLocalId(parentLocalID);

View File

@ -726,7 +726,7 @@ namespace OpenSim.Region.Framework.Scenes
public void ToXml(XmlTextWriter writer) public void ToXml(XmlTextWriter writer)
{ {
//m_log.DebugFormat("[SOG]: Starting serialization of {0}", Name); //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, "SceneObjectGroup", String.Empty);
writer.WriteStartElement(String.Empty, "RootPart", String.Empty); writer.WriteStartElement(String.Empty, "RootPart", String.Empty);