aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-01-20 12:11:07 +0000
committerUbitUmarov2018-01-20 12:11:07 +0000
commit49b4408782ddb598fbbc105665b2af4080c33a50 (patch)
treee8b83cea3271cb71d139d1babd51cb303ee6213e /OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs
parentimprove LLSDHelpers DeserialiseOSDMap (diff)
downloadopensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.zip
opensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.tar.gz
opensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.tar.bz2
opensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.tar.xz
some cleanup
Diffstat (limited to 'OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs')
-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