diff options
author | Justin Clark-Casey (justincc) | 2014-10-09 01:23:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:21:37 +0000 |
commit | a98b514184fc29d8c6b8a03fe0976f9658a32e8f (patch) | |
tree | 670096624560c0415daa00118c721cb651b4529e /OpenSim/Region/ClientStack | |
parent | minor: resolve warnings from unused fields in XBakesGet and Post handlers (diff) | |
download | opensim-SC_OLD-a98b514184fc29d8c6b8a03fe0976f9658a32e8f.zip opensim-SC_OLD-a98b514184fc29d8c6b8a03fe0976f9658a32e8f.tar.gz opensim-SC_OLD-a98b514184fc29d8c6b8a03fe0976f9658a32e8f.tar.bz2 opensim-SC_OLD-a98b514184fc29d8c6b8a03fe0976f9658a32e8f.tar.xz |
minor: remove compiler warning from unused field in SimulatorFeaturesModule
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index ec45c81..6e000f1 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |||
@@ -57,8 +57,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
57 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SimulatorFeaturesModule")] | 57 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SimulatorFeaturesModule")] |
58 | public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule | 58 | public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule |
59 | { | 59 | { |
60 | private static readonly ILog m_log = | 60 | // private static readonly ILog m_log = |
61 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 61 | // LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
62 | 62 | ||
63 | public event SimulatorFeaturesRequestDelegate OnSimulatorFeaturesRequest; | 63 | public event SimulatorFeaturesRequestDelegate OnSimulatorFeaturesRequest; |
64 | 64 | ||