*Refactor of the LandManagementModule that allows OpenSim to run without it

This commit is contained in:
mingchen
2008-05-23 15:12:15 +00:00
parent bf23e5d66c
commit d04443b4fe
9 changed files with 1071 additions and 944 deletions

View File

@@ -601,7 +601,6 @@ namespace OpenSim.Region.Environment.Scenes
#endregion
public event PrimCountTaintedDelegate OnPrimCountTainted;
public string ToXmlString()
{
@@ -1067,18 +1066,6 @@ namespace OpenSim.Region.Environment.Scenes
#region Events
/// <summary>
///
/// </summary>
public void TriggerTainted()
{
handlerPrimCountTainted = OnPrimCountTainted;
if (handlerPrimCountTainted != null)
{
handlerPrimCountTainted();
}
}
/// <summary>
/// Processes backup
/// </summary>