diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index e78fc1a..5c93962 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -208,11 +208,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
208 | return null; | 208 | return null; |
209 | } | 209 | } |
210 | 210 | ||
211 | public virtual InventoryFolderBase RequestNamedFolder(LLUUID userID, string folderName) | ||
212 | { | ||
213 | return null; | ||
214 | } | ||
215 | |||
216 | public void CreateNewUserInventory(LLUUID user) | 211 | public void CreateNewUserInventory(LLUUID user) |
217 | { | 212 | { |
218 | } | 213 | } |
@@ -225,11 +220,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
225 | return new List<InventoryFolderBase>(); | 220 | return new List<InventoryFolderBase>(); |
226 | } | 221 | } |
227 | 222 | ||
228 | public List<InventoryFolderBase> RequestFirstLevelFolders(LLUUID userID) | ||
229 | { | ||
230 | return new List<InventoryFolderBase>(); | ||
231 | } | ||
232 | |||
233 | #endregion | 223 | #endregion |
234 | 224 | ||
235 | public class InventoryRequest | 225 | public class InventoryRequest |