* Removed more compiler warnings, dead code, etc.

This commit is contained in:
Adam Frisby
2008-03-05 21:47:19 +00:00
parent 4ea52b2105
commit 14b37533aa
8 changed files with 6 additions and 14 deletions

View File

@@ -77,7 +77,6 @@ namespace OpenSim.Region.Environment.Modules
{
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private Scene m_scene;
private object XMLRPCListLock = new object();
private string m_name = "XMLRPCModule";
private int RemoteReplyScriptWait = 300;