diff options
author | UbitUmarov | 2018-01-20 12:11:07 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-20 12:11:07 +0000 |
commit | 49b4408782ddb598fbbc105665b2af4080c33a50 (patch) | |
tree | e8b83cea3271cb71d139d1babd51cb303ee6213e /OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs | |
parent | improve LLSDHelpers DeserialiseOSDMap (diff) | |
download | opensim-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.cs | 4 |
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 | ||