diff options
Diffstat (limited to 'OpenSim/Framework/Communications/IInventoryServices.cs')
-rw-r--r-- | OpenSim/Framework/Communications/IInventoryServices.cs | 4 |
1 files changed, 0 insertions, 4 deletions
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 | |||
37 | /// Callback used when a user's inventory is received from the inventory service | 37 | /// Callback used when a user's inventory is received from the inventory service |
38 | /// </summary> | 38 | /// </summary> |
39 | public delegate void InventoryReceiptCallback(LLUUID userId, ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items); | 39 | public delegate void InventoryReceiptCallback(LLUUID userId, ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items); |
40 | |||
41 | //public delegate void InventoryFolderInfo(LLUUID userID, InventoryFolderImpl folderInfo); | ||
42 | |||
43 | //public delegate void InventoryItemInfo(LLUUID userID, InventoryItemBase itemInfo); | ||
44 | 40 | ||
45 | /// <summary> | 41 | /// <summary> |
46 | /// Defines all the operations one can perform on a user's inventory. | 42 | /// Defines all the operations one can perform on a user's inventory. |