From 0dce4f1997c57cbdf6bc1f322182c318d3838e40 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 11 Jun 2010 22:11:33 +0100
Subject: Revert "Allow IInventoryService.GetFolder(folderId, userId) as well
as GetFolder(InventoryFolderBase folder)"
This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
---
OpenSim/Services/Interfaces/IInventoryService.cs | 8 --------
1 file changed, 8 deletions(-)
(limited to 'OpenSim/Services/Interfaces/IInventoryService.cs')
diff --git a/OpenSim/Services/Interfaces/IInventoryService.cs b/OpenSim/Services/Interfaces/IInventoryService.cs
index b0ffd8f..1b78fb3 100644
--- a/OpenSim/Services/Interfaces/IInventoryService.cs
+++ b/OpenSim/Services/Interfaces/IInventoryService.cs
@@ -170,14 +170,6 @@ namespace OpenSim.Services.Interfaces
InventoryItemBase GetItem(InventoryItemBase item);
///
- /// Get a folder.
- ///
- ///
- ///
- ///
- InventoryFolderBase GetFolder(UUID folderId, UUID userId);
-
- ///
/// Get a folder, given by its UUID
///
///
--
cgit v1.1