diff options
author | UbitUmarov | 2018-01-17 07:17:24 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-17 07:17:24 +0000 |
commit | 707eb8de8284c1f3e27565a0dff99ed1563b42ee (patch) | |
tree | 84b47088d5756800c2e1eb29f27f9030aa16398a /OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs | |
parent | pesty warnings (diff) | |
download | opensim-SC-707eb8de8284c1f3e27565a0dff99ed1563b42ee.zip opensim-SC-707eb8de8284c1f3e27565a0dff99ed1563b42ee.tar.gz opensim-SC-707eb8de8284c1f3e27565a0dff99ed1563b42ee.tar.bz2 opensim-SC-707eb8de8284c1f3e27565a0dff99ed1563b42ee.tar.xz |
remove more xml things no longer needed on .net >4.5.2
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs b/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs index 64b5d41..238ebb1 100644 --- a/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs +++ b/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs | |||
@@ -156,7 +156,7 @@ namespace OpenSim.Framework.Serialization.External | |||
156 | return xml; | 156 | return xml; |
157 | 157 | ||
158 | XmlDocument doc = new XmlDocument(); | 158 | XmlDocument doc = new XmlDocument(); |
159 | doc.XmlResolver=null; | 159 | |
160 | doc.LoadXml(xml); | 160 | doc.LoadXml(xml); |
161 | XmlNodeList sops = doc.GetElementsByTagName("SceneObjectPart"); | 161 | XmlNodeList sops = doc.GetElementsByTagName("SceneObjectPart"); |
162 | 162 | ||