remove unused CreateBaseLand()

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-27 16:50:41 +00:00
parent b0f641fa15
commit e33cb3db93

View File

@@ -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>