aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-14 18:16:14 +0000
committerJustin Clark-Casey (justincc)2011-11-14 18:16:14 +0000
commita64def8b73d4665b58852bbd75ba3ab010db7432 (patch)
treeac203391729952043ade88569fb54cd3b5fd5bda /OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory
parentAdd test for adding a friend whilst online (diff)
downloadopensim-SC_OLD-a64def8b73d4665b58852bbd75ba3ab010db7432.zip
opensim-SC_OLD-a64def8b73d4665b58852bbd75ba3ab010db7432.tar.gz
opensim-SC_OLD-a64def8b73d4665b58852bbd75ba3ab010db7432.tar.bz2
opensim-SC_OLD-a64def8b73d4665b58852bbd75ba3ab010db7432.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
index 73ab4e3..10ab6d0 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
@@ -50,8 +50,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
50 /// </summary> 50 /// </summary>
51 public Scene Scene { get; set; } 51 public Scene Scene { get; set; }
52 52
53 private bool m_Enabled = false; 53 private bool m_Enabled;
54 private Scene m_Scene;
55 private XInventoryServicesConnector m_RemoteConnector; 54 private XInventoryServicesConnector m_RemoteConnector;
56 55
57 private IUserManagement m_UserManager; 56 private IUserManagement m_UserManager;