aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/XMLRPCModule.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-03-05 21:47:19 +0000
committerAdam Frisby2008-03-05 21:47:19 +0000
commit14b37533aaae69979f602e28f9cc0cd60b9585d7 (patch)
tree96299c3bbf327499e9272428ac3a131a2cda3305 /OpenSim/Region/Environment/Modules/XMLRPCModule.cs
parentChange SceneObjectPart.LocalID to .LocalId to be case matching (diff)
downloadopensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.zip
opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.tar.gz
opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.tar.bz2
opensim-SC_OLD-14b37533aaae69979f602e28f9cc0cd60b9585d7.tar.xz
* Removed more compiler warnings, dead code, etc.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/XMLRPCModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/XMLRPCModule.cs b/OpenSim/Region/Environment/Modules/XMLRPCModule.cs
index 6294a49..2a64de9 100644
--- a/OpenSim/Region/Environment/Modules/XMLRPCModule.cs
+++ b/OpenSim/Region/Environment/Modules/XMLRPCModule.cs
@@ -77,7 +77,6 @@ namespace OpenSim.Region.Environment.Modules
77 { 77 {
78 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 78 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
79 79
80 private Scene m_scene;
81 private object XMLRPCListLock = new object(); 80 private object XMLRPCListLock = new object();
82 private string m_name = "XMLRPCModule"; 81 private string m_name = "XMLRPCModule";
83 private int RemoteReplyScriptWait = 300; 82 private int RemoteReplyScriptWait = 300;