diff options
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs index 3ddd07d..d9de29f 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryService.cs | |||
@@ -54,15 +54,5 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim | |||
54 | 54 | ||
55 | return folder; | 55 | return folder; |
56 | } | 56 | } |
57 | |||
58 | public InventoryItemBase GetInventoryItem(UUID itemID) | ||
59 | { | ||
60 | foreach (IInventoryDataPlugin plugin in m_plugins) | ||
61 | { | ||
62 | return plugin.getInventoryItem(itemID); | ||
63 | } | ||
64 | |||
65 | return null; | ||
66 | } | ||
67 | } | 57 | } |
68 | } | 58 | } |