From bc9a013f52f6d6c3a5a7447087316822975f9663 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Fri, 13 Feb 2009 20:51:22 +0000
Subject: * minor: remove mono compiler warnings

---
 OpenSim/Region/Application/HGOpenSimNode.cs | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

(limited to 'OpenSim/Region')

diff --git a/OpenSim/Region/Application/HGOpenSimNode.cs b/OpenSim/Region/Application/HGOpenSimNode.cs
index adafa6c..8778acd 100644
--- a/OpenSim/Region/Application/HGOpenSimNode.cs
+++ b/OpenSim/Region/Application/HGOpenSimNode.cs
@@ -48,9 +48,9 @@ namespace OpenSim
         private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
         private IHyperlink HGServices = null;
 
-        private uint m_autoMappingX = 0;
-        private uint m_autoMappingY = 0;
-        private bool m_enableAutoMapping = false;
+//        private uint m_autoMappingX = 0;
+//        private uint m_autoMappingY = 0;
+//        private bool m_enableAutoMapping = false;
 
         public HGOpenSimNode(IConfigSource configSource) : base(configSource)
         {
@@ -150,15 +150,15 @@ namespace OpenSim
                 {
                     try
                     {
-                        m_autoMappingX = Convert.ToUInt32(cmdparams[0]);
-                        m_autoMappingY = Convert.ToUInt32(cmdparams[1]);
-                        m_enableAutoMapping = true;
+//                        m_autoMappingX = Convert.ToUInt32(cmdparams[0]);
+//                        m_autoMappingY = Convert.ToUInt32(cmdparams[1]);
+//                        m_enableAutoMapping = true;
                     }
                     catch (Exception)
                     {
-                        m_autoMappingX = 0;
-                        m_autoMappingY = 0;
-                        m_enableAutoMapping = false;
+//                        m_autoMappingX = 0;
+//                        m_autoMappingY = 0;
+//                        m_enableAutoMapping = false;
                     }
                 }
             }
-- 
cgit v1.1