From e33cb3db93d096c7d704f60baffb4298438cb6fa Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 27 Jan 2011 16:50:41 +0000 Subject: remove unused CreateBaseLand() --- OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'OpenSim/Region/CoreModules/World') diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs index 70767f7..4db28e2 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs @@ -578,15 +578,6 @@ namespace OpenSim.Region.CoreModules.World.Land } /// - /// Creates a basic Parcel object without an owner (a zeroed key) - /// - /// - public ILandObject CreateBaseLand() - { - return new LandObject(UUID.Zero, false, m_scene); - } - - /// /// Adds a land object to the stored list and adds them to the landIDList to what they own /// /// The land object being added -- cgit v1.1