mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -255,7 +255,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
try
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
doc.LoadXml(xmlData);
|
||||
|
||||
XmlNodeList parts = doc.GetElementsByTagName("SceneObjectPart");
|
||||
|
||||
Reference in New Issue
Block a user