mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
remove those xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -124,8 +124,6 @@ namespace OpenSim.Region.CoreModules.Avatar.BakedTextures
|
||||
{
|
||||
using(XmlTextReader sr = new XmlTextReader(s))
|
||||
{
|
||||
sr.ProhibitDtd = true;
|
||||
|
||||
sr.ReadStartElement("BakedAppearance");
|
||||
while(sr.LocalName == "BakedTexture")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user