diff options
author | Jeff Ames | 2009-06-04 03:58:04 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-04 03:58:04 +0000 |
commit | c6cef4bad5fe939b822687f521907c11c05a2bb3 (patch) | |
tree | ea76bc0035027a23e7ec9f05f6c77e01f106b880 /OpenSim/Region/CoreModules | |
parent | Comment out unused private functions to avoid compiler warnings. (diff) | |
download | opensim-SC-c6cef4bad5fe939b822687f521907c11c05a2bb3.zip opensim-SC-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.gz opensim-SC-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.bz2 opensim-SC-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.xz |
Comment out unused variables / private fields to avoid compiler warnings.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs | 2 |
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 | ||