diff options
author | Justin Clark-Casey (justincc) | 2013-06-17 23:23:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-06-17 23:23:56 +0100 |
commit | 713a14a6b56188eb0ccf71e2ff78835bd258417e (patch) | |
tree | 39e665235bb822b3695eb9e8a6590e8e039c4ef2 /OpenSim/Region/ClientStack | |
parent | Fix test failure in BasicCircuitTests from previous commit 0d2fd0d9 (diff) | |
download | opensim-SC_OLD-713a14a6b56188eb0ccf71e2ff78835bd258417e.zip opensim-SC_OLD-713a14a6b56188eb0ccf71e2ff78835bd258417e.tar.gz opensim-SC_OLD-713a14a6b56188eb0ccf71e2ff78835bd258417e.tar.bz2 opensim-SC_OLD-713a14a6b56188eb0ccf71e2ff78835bd258417e.tar.xz |
minor: remove mono compiler warnings in WebFetchInvDescModule
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs index 2024018..0e3cd6b 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |||
@@ -34,6 +34,7 @@ using log4net; | |||
34 | using Nini.Config; | 34 | using Nini.Config; |
35 | using Mono.Addins; | 35 | using Mono.Addins; |
36 | using OpenMetaverse; | 36 | using OpenMetaverse; |
37 | using OpenMetaverse.StructuredData; | ||
37 | using OpenSim.Framework; | 38 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Monitoring; | 39 | using OpenSim.Framework.Monitoring; |
39 | using OpenSim.Framework.Servers; | 40 | using OpenSim.Framework.Servers; |
@@ -44,8 +45,6 @@ using OpenSim.Framework.Capabilities; | |||
44 | using OpenSim.Services.Interfaces; | 45 | using OpenSim.Services.Interfaces; |
45 | using Caps = OpenSim.Framework.Capabilities.Caps; | 46 | using Caps = OpenSim.Framework.Capabilities.Caps; |
46 | using OpenSim.Capabilities.Handlers; | 47 | using OpenSim.Capabilities.Handlers; |
47 | using OpenMetaverse; | ||
48 | using OpenMetaverse.StructuredData; | ||
49 | 48 | ||
50 | namespace OpenSim.Region.ClientStack.Linden | 49 | namespace OpenSim.Region.ClientStack.Linden |
51 | { | 50 | { |
@@ -64,7 +63,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
64 | public List<UUID> folders; | 63 | public List<UUID> folders; |
65 | } | 64 | } |
66 | 65 | ||
67 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 66 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
68 | 67 | ||
69 | private Scene m_scene; | 68 | private Scene m_scene; |
70 | 69 | ||