mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Eliminated many warnings
This commit is contained in:
@@ -94,8 +94,10 @@ namespace OpenSim.Tests.Common
|
||||
|
||||
public Type ReplaceableInterface { get { return null; } }
|
||||
|
||||
#pragma warning disable 0067
|
||||
public event ScriptRemoved OnScriptRemoved;
|
||||
public event ObjectRemoved OnObjectRemoved;
|
||||
#pragma warning restore 0067
|
||||
|
||||
public string GetXMLState (UUID itemID)
|
||||
{
|
||||
@@ -263,4 +265,4 @@ namespace OpenSim.Tests.Common
|
||||
PostedEvents.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user