aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-16 21:45:01 +0100
committerJustin Clark-Casey (justincc)2011-08-16 21:45:01 +0100
commit8d866ae8c3e2c866f8b4b905d5a74370042100c3 (patch)
treee046ccf0b042ce64d29fed75f009271ae3db5e39 /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
parentChange the default standalone asset cache to be the Flotsam asset cache (with... (diff)
downloadopensim-SC_OLD-8d866ae8c3e2c866f8b4b905d5a74370042100c3.zip
opensim-SC_OLD-8d866ae8c3e2c866f8b4b905d5a74370042100c3.tar.gz
opensim-SC_OLD-8d866ae8c3e2c866f8b4b905d5a74370042100c3.tar.bz2
opensim-SC_OLD-8d866ae8c3e2c866f8b4b905d5a74370042100c3.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
index 24ab06a..fffcee2 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
@@ -54,8 +54,9 @@ namespace OpenSim.Region.ClientStack.Linden
54 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] 54 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
55 public class GetTextureModule : INonSharedRegionModule 55 public class GetTextureModule : INonSharedRegionModule
56 { 56 {
57 private static readonly ILog m_log = 57// private static readonly ILog m_log =
58 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 58// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
59
59 private Scene m_scene; 60 private Scene m_scene;
60 private IAssetService m_assetService; 61 private IAssetService m_assetService;
61 62