aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-06 21:00:15 +0000
committerJustin Clarke Casey2009-03-06 21:00:15 +0000
commitfc2c73d5c661cc28a037fd9217e8071159ff031f (patch)
tree3b8cc526c2539b7e84f0eb5ce585030886356038 /OpenSim/Client/MXP/ClientStack
parent* refactor: Remove GetLandOwner function from Scene (diff)
downloadopensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.zip
opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.tar.gz
opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.tar.bz2
opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
1 files changed, 2 insertions, 2 deletions
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)