remove those xml things no longer needed on .net >4.5.2

This commit is contained in:
UbitUmarov
2018-01-17 04:18:43 +00:00
parent 2c8251d450
commit 029d6e40f6
20 changed files with 3 additions and 40 deletions

View File

@@ -57,7 +57,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
using(XmlTextReader reader = new XmlTextReader(fileName))
{
reader.WhitespaceHandling = WhitespaceHandling.None;
reader.ProhibitDtd = true;
doc.Load(reader);
}