mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
some cleanup
This commit is contained in:
@@ -120,10 +120,6 @@ namespace OpenSim.Capabilities.Handlers
|
||||
{
|
||||
LLSDInventoryFolderContents thiscontents = contentsToLLSD(icoll.Collection, icoll.Descendents);
|
||||
inventoryitemstr = LLSDHelpers.SerialiseLLSDReply(thiscontents);
|
||||
// inventoryitemstr = inventoryitemstr.Replace("<llsd>", "");
|
||||
// inventoryitemstr = inventoryitemstr.Replace("</llsd>", "");
|
||||
// inventoryitemstr = inventoryitemstr.Substring(6,inventoryitemstr.Length - 13);
|
||||
// tmpresponse.Append(inventoryitemstr);
|
||||
tmpresponse.Append(inventoryitemstr.Substring(6,inventoryitemstr.Length - 13));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user