From 649f304e764784d08f8a79729f70f66972c52c56 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 11 Apr 2008 18:19:21 +0000 Subject: * Minor inventory code cleanup following on from last patch --- OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 +- OpenSim/Framework/Communications/IInventoryServices.cs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index cf701cb..d97cf01 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs @@ -200,7 +200,7 @@ namespace OpenSim.Framework.Communications.Cache /// /// Callback invoked when an item is received from an async request to the inventory service. /// - /// FIXME: We're assuming here that items are always received after all the folders have been + /// We're assuming here that items are always received after all the folders have been /// received. /// /// diff --git a/OpenSim/Framework/Communications/IInventoryServices.cs b/OpenSim/Framework/Communications/IInventoryServices.cs index 40e7ffd..5e7f855 100644 --- a/OpenSim/Framework/Communications/IInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInventoryServices.cs @@ -37,10 +37,6 @@ namespace OpenSim.Framework.Communications /// Callback used when a user's inventory is received from the inventory service /// public delegate void InventoryReceiptCallback(LLUUID userId, ICollection folders, ICollection items); - - //public delegate void InventoryFolderInfo(LLUUID userID, InventoryFolderImpl folderInfo); - - //public delegate void InventoryItemInfo(LLUUID userID, InventoryItemBase itemInfo); /// /// Defines all the operations one can perform on a user's inventory. -- cgit v1.1