Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().

This has been handled by WebFetchInvDescHandler.Fetch() for some time.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-26 01:39:23 +00:00
parent 11c19b0d2e
commit bafea2282a
3 changed files with 13 additions and 59 deletions

View File

@@ -134,7 +134,6 @@ namespace OpenSim.Region.ClientStack.Linden
AddNewInventoryItem = m_Scene.AddUploadedInventoryItem;
ItemUpdatedCall = m_Scene.CapsUpdateInventoryItemAsset;
TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
CAPSFetchInventoryDescendents = m_Scene.HandleFetchInventoryDescendentsCAPS;
GetClient = m_Scene.SceneGraph.GetControllingClient;
}