aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules
diff options
context:
space:
mode:
authorUbitUmarov2018-01-17 07:17:24 +0000
committerUbitUmarov2018-01-17 07:17:24 +0000
commit707eb8de8284c1f3e27565a0dff99ed1563b42ee (patch)
tree84b47088d5756800c2e1eb29f27f9030aa16398a /OpenSim/Region/OptionalModules
parentpesty warnings (diff)
downloadopensim-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 'OpenSim/Region/OptionalModules')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
index e88d850..582df22 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
@@ -1125,7 +1125,6 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
1125 return null; 1125 return null;
1126 1126
1127 doc = new XmlDocument(); 1127 doc = new XmlDocument();
1128 doc.XmlResolver = null;
1129 1128
1130 // Let's serialize all calls to Vivox. Most of these are driven by 1129 // Let's serialize all calls to Vivox. Most of these are driven by
1131 // the clients (CAPs), when the user arrives at the region. We don't 1130 // the clients (CAPs), when the user arrives at the region. We don't