diff options
author | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
commit | 36e648a37aac3d169dbf28ce14c75f488da8a11e (patch) | |
tree | 89299f4b5d6fab106db7865b76dca34573cf1f34 /OpenSim/Region/Framework/Scenes | |
parent | * Properly load items into correct folders when an iar is loaded (diff) | |
download | opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.zip opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.gz opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.bz2 opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.xz |
* minor: Remove most mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index d2d4acd..45ecdc5 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -426,7 +426,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
426 | throw new Exception("This constructor must specify the xml is in OpenSim's original format"); | 426 | throw new Exception("This constructor must specify the xml is in OpenSim's original format"); |
427 | 427 | ||
428 | //m_log.DebugFormat("[SOG]: Starting deserialization of SOG"); | 428 | //m_log.DebugFormat("[SOG]: Starting deserialization of SOG"); |
429 | int time = System.Environment.TickCount; | 429 | //int time = System.Environment.TickCount; |
430 | 430 | ||
431 | // libomv.types changes UUID to Guid | 431 | // libomv.types changes UUID to Guid |
432 | xmlData = xmlData.Replace("<UUID>", "<Guid>"); | 432 | xmlData = xmlData.Replace("<UUID>", "<Guid>"); |
@@ -769,7 +769,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
769 | public void ToXml2(XmlTextWriter writer) | 769 | public void ToXml2(XmlTextWriter writer) |
770 | { | 770 | { |
771 | //m_log.DebugFormat("[SOG]: Starting serialization of SOG {0} to XML2", Name); | 771 | //m_log.DebugFormat("[SOG]: Starting serialization of SOG {0} to XML2", Name); |
772 | int time = System.Environment.TickCount; | 772 | //int time = System.Environment.TickCount; |
773 | 773 | ||
774 | writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty); | 774 | writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty); |
775 | m_rootPart.ToXml(writer); | 775 | m_rootPart.ToXml(writer); |