Comment out unused variables / private fields to avoid compiler warnings.

This commit is contained in:
Jeff Ames
2009-06-04 03:58:04 +00:00
parent 2a855a6457
commit c6cef4bad5
8 changed files with 31 additions and 40 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
{
public class DynamicTextureModule : IRegionModule, IDynamicTextureManager
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private const int ALL_SIDES = -1;