* 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

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