remove unused CreateBaseLand()
parent
b0f641fa15
commit
e33cb3db93
|
@ -577,15 +577,6 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a basic Parcel object without an owner (a zeroed key)
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public ILandObject CreateBaseLand()
|
||||
{
|
||||
return new LandObject(UUID.Zero, false, m_scene);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Adds a land object to the stored list and adds them to the landIDList to what they own
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue