mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
remove those xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -63,7 +63,6 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
StringReader sr = new StringReader(serializedSettings);
|
||||
XmlTextReader xtr = new XmlTextReader(sr);
|
||||
xtr.ProhibitDtd = true;
|
||||
|
||||
xtr.ReadStartElement("RegionSettings");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user