mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user