From 2f84f2171fb7e17f6c336a4e6db9a04ad822704a Mon Sep 17 00:00:00 2001
From: Melanie
Date: Tue, 21 Dec 2010 20:47:00 +0000
Subject: Make prim inventories a bit more sane
---
OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | 7 -------
1 file changed, 7 deletions(-)
(limited to 'OpenSim/Region/Framework/Interfaces')
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index ed40da9..4b17b9a 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -196,13 +196,6 @@ namespace OpenSim.Region.Framework.Interfaces
int RemoveInventoryItem(UUID itemID);
///
- /// Return the name with which a client can request a xfer of this prim's inventory metadata
- ///
- string GetInventoryFileName();
-
- bool GetInventoryFileName(IClientAPI client, uint localID);
-
- ///
/// Serialize all the metadata for the items in this prim's inventory ready for sending to the client
///
///
--
cgit v1.1