diff options
author | Justin Clarke Casey | 2009-01-07 20:13:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-07 20:13:40 +0000 |
commit | c084b071168f7621e5c9724970f35166152d8928 (patch) | |
tree | 64711d0b2aa8fcb6d4095d9aaf019d259dafbed2 /OpenSim/Region/Environment | |
parent | * refactor: Establish DialogModule, move some alert code from Scene to here (diff) | |
download | opensim-SC_OLD-c084b071168f7621e5c9724970f35166152d8928.zip opensim-SC_OLD-c084b071168f7621e5c9724970f35166152d8928.tar.gz opensim-SC_OLD-c084b071168f7621e5c9724970f35166152d8928.tar.bz2 opensim-SC_OLD-c084b071168f7621e5c9724970f35166152d8928.tar.xz |
* minor: Remove mono compiler warnings from WindModule
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Wind/WindModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Wind/WindModule.cs b/OpenSim/Region/Environment/Modules/World/Wind/WindModule.cs index 6b06fbd..52f52eb 100644 --- a/OpenSim/Region/Environment/Modules/World/Wind/WindModule.cs +++ b/OpenSim/Region/Environment/Modules/World/Wind/WindModule.cs | |||
@@ -37,7 +37,8 @@ namespace OpenSim.Region.Environment.Modules | |||
37 | { | 37 | { |
38 | public class WindModule : IWindModule | 38 | public class WindModule : IWindModule |
39 | { | 39 | { |
40 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 40 | // private static readonly log4net.ILog m_log |
41 | // = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | ||
41 | 42 | ||
42 | private int m_frame = 0; | 43 | private int m_frame = 0; |
43 | private int m_frame_mod = 150; | 44 | private int m_frame_mod = 150; |