* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-03-06 21:00:15 +00:00
parent f12619b786
commit fc2c73d5c6
5 changed files with 8 additions and 9 deletions

View File

@@ -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<Scene> m_scenes = new List<Scene>();
protected Scene m_firstScene;

View File

@@ -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)