From fc2c73d5c661cc28a037fd9217e8071159ff031f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 6 Mar 2009 21:00:15 +0000 Subject: * minor: remove some mono compiler warnings --- OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 +- OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Client') 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 { public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector { - private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); + //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); protected List m_scenes = new List(); 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 private readonly string m_lastName; private Vector3 m_startPosition=new Vector3(128f, 128f, 128f); - private int m_debugLevel; + //private int m_debugLevel; #endregion #region Properties @@ -704,7 +704,7 @@ namespace OpenSim.Client.MXP.ClientStack public void SetDebugPacketLevel(int newDebug) { - m_debugLevel = newDebug; + //m_debugLevel = newDebug; } public void InPacket(object NewPack) -- cgit v1.1