mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Refactor: Remove unused inventory methods, some of which weren't properly implemented anyway.
This commit is contained in:
@@ -136,6 +136,17 @@ namespace OpenSim.Grid.InventoryServer
|
||||
|
||||
return invCollection;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Guid to UUID wrapper for same name IInventoryServices method
|
||||
/// </summary>
|
||||
/// <param name="rawUserID"></param>
|
||||
/// <returns></returns>
|
||||
public List<InventoryFolderBase> GetInventorySkeleton(Guid rawUserID)
|
||||
{
|
||||
LLUUID userID = new LLUUID(rawUserID);
|
||||
return GetInventorySkeleton(userID);
|
||||
}
|
||||
|
||||
public bool CreateUsersInventory(Guid rawUserID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user