aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/Linden/LLStandaloneLoginModule.cs2
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs
index 686a621..11bb2c4 100644
--- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs
+++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Client.Linden
46{ 46{
47 public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector 47 public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector
48 { 48 {
49 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 49 //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
50 50
51 protected List<Scene> m_scenes = new List<Scene>(); 51 protected List<Scene> m_scenes = new List<Scene>();
52 protected Scene m_firstScene; 52 protected Scene m_firstScene;
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 6f82478..383ae07 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -66,7 +66,7 @@ namespace OpenSim.Client.MXP.ClientStack
66 private readonly string m_lastName; 66 private readonly string m_lastName;
67 67
68 private Vector3 m_startPosition=new Vector3(128f, 128f, 128f); 68 private Vector3 m_startPosition=new Vector3(128f, 128f, 128f);
69 private int m_debugLevel; 69 //private int m_debugLevel;
70 #endregion 70 #endregion
71 71
72 #region Properties 72 #region Properties
@@ -704,7 +704,7 @@ namespace OpenSim.Client.MXP.ClientStack
704 704
705 public void SetDebugPacketLevel(int newDebug) 705 public void SetDebugPacketLevel(int newDebug)
706 { 706 {
707 m_debugLevel = newDebug; 707 //m_debugLevel = newDebug;
708 } 708 }
709 709
710 public void InPacket(object NewPack) 710 public void InPacket(object NewPack)