* minor: Remove mono compiler warnings from WindModule

0.6.2-post-fixes
Justin Clarke Casey 2009-01-07 20:13:40 +00:00
parent 9b96fc9029
commit c084b07116
1 changed files with 2 additions and 1 deletions

View File

@ -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;