aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
index 1f4a8c9..73f2770 100644
--- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
+++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
@@ -120,10 +120,6 @@ namespace OpenSim.Capabilities.Handlers
120 { 120 {
121 LLSDInventoryFolderContents thiscontents = contentsToLLSD(icoll.Collection, icoll.Descendents); 121 LLSDInventoryFolderContents thiscontents = contentsToLLSD(icoll.Collection, icoll.Descendents);
122 inventoryitemstr = LLSDHelpers.SerialiseLLSDReply(thiscontents); 122 inventoryitemstr = LLSDHelpers.SerialiseLLSDReply(thiscontents);
123// inventoryitemstr = inventoryitemstr.Replace("<llsd>", "");
124// inventoryitemstr = inventoryitemstr.Replace("</llsd>", "");
125// inventoryitemstr = inventoryitemstr.Substring(6,inventoryitemstr.Length - 13);
126// tmpresponse.Append(inventoryitemstr);
127 tmpresponse.Append(inventoryitemstr.Substring(6,inventoryitemstr.Length - 13)); 123 tmpresponse.Append(inventoryitemstr.Substring(6,inventoryitemstr.Length - 13));
128 } 124 }
129 125