* Removed unused LandRenegerated flag

This commit is contained in:
lbsa71
2007-09-21 05:00:51 +00:00
parent b9808f8314
commit 72b207173a
3 changed files with 2 additions and 26 deletions

View File

@@ -116,13 +116,6 @@ namespace OpenSim.Region.Environment.Scenes
return (EntityBase) MemberwiseClone();
}
/// <summary>
/// Infoms the entity that the land (heightmap) has changed
/// </summary>
public virtual void LandRenegerated()
{
}
public abstract void SetText(string text, Vector3 color, double alpha);
}
}