mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* minor: Remove mono compiler warnings from WindModule
This commit is contained in:
@@ -37,7 +37,8 @@ namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
public class WindModule : IWindModule
|
||||
{
|
||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly log4net.ILog m_log
|
||||
// = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private int m_frame = 0;
|
||||
private int m_frame_mod = 150;
|
||||
|
||||
Reference in New Issue
Block a user