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/Linden | |
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/Linden')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 |
1 files changed, 1 insertions, 1 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; |