aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting
diff options
context:
space:
mode:
authorJeff Ames2009-06-04 03:58:04 +0000
committerJeff Ames2009-06-04 03:58:04 +0000
commitc6cef4bad5fe939b822687f521907c11c05a2bb3 (patch)
treeea76bc0035027a23e7ec9f05f6c77e01f106b880 /OpenSim/Region/CoreModules/Scripting
parentComment out unused private functions to avoid compiler warnings. (diff)
downloadopensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.zip
opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.gz
opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.bz2
opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.xz
Comment out unused variables / private fields to avoid compiler warnings.
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
index 366751b..2d9143a 100644
--- a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
42{ 42{
43 public class DynamicTextureModule : IRegionModule, IDynamicTextureManager 43 public class DynamicTextureModule : IRegionModule, IDynamicTextureManager
44 { 44 {
45 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 45 //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
46 46
47 private const int ALL_SIDES = -1; 47 private const int ALL_SIDES = -1;
48 48