From 018832522c3c5e37f027bade05c93b88d6ca3827 Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Wed, 23 Apr 2014 08:17:25 +0300 Subject: Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete. --- OpenSim/Services/Interfaces/IInventoryService.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'OpenSim/Services/Interfaces/IInventoryService.cs') diff --git a/OpenSim/Services/Interfaces/IInventoryService.cs b/OpenSim/Services/Interfaces/IInventoryService.cs index 36634a3..2805356 100644 --- a/OpenSim/Services/Interfaces/IInventoryService.cs +++ b/OpenSim/Services/Interfaces/IInventoryService.cs @@ -55,23 +55,6 @@ namespace OpenSim.Services.Interfaces List GetInventorySkeleton(UUID userId); /// - /// Synchronous inventory fetch. - /// - /// - /// - [Obsolete] - InventoryCollection GetUserInventory(UUID userID); - - /// - /// Request the inventory for a user. This is an asynchronous operation that will call the callback when the - /// inventory has been received - /// - /// - /// - [Obsolete] - void GetUserInventory(UUID userID, InventoryReceiptCallback callback); - - /// /// Retrieve the root inventory folder for the given user. /// /// -- cgit v1.1