diff options
author | Justin Clarke Casey | 2009-03-06 21:00:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-06 21:00:15 +0000 |
commit | fc2c73d5c661cc28a037fd9217e8071159ff031f (patch) | |
tree | 3b8cc526c2539b7e84f0eb5ce585030886356038 /OpenSim/Client | |
parent | * refactor: Remove GetLandOwner function from Scene (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 |
2 files changed, 3 insertions, 3 deletions
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 | |||
46 | { | 46 | { |
47 | public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector | 47 | public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector |
48 | { | 48 | { |
49 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 49 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
50 | 50 | ||
51 | protected List<Scene> m_scenes = new List<Scene>(); | 51 | protected List<Scene> m_scenes = new List<Scene>(); |
52 | protected Scene m_firstScene; | 52 | 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 | |||
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) |