aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-27 16:50:41 +0000
committerJustin Clark-Casey (justincc)2011-01-27 16:50:41 +0000
commite33cb3db93d096c7d704f60baffb4298438cb6fa (patch)
tree4cbf8feb7104b68588f3adc4344af68ff4095e07 /OpenSim/Region
parentMake it work (diff)
downloadopensim-SC_OLD-e33cb3db93d096c7d704f60baffb4298438cb6fa.zip
opensim-SC_OLD-e33cb3db93d096c7d704f60baffb4298438cb6fa.tar.gz
opensim-SC_OLD-e33cb3db93d096c7d704f60baffb4298438cb6fa.tar.bz2
opensim-SC_OLD-e33cb3db93d096c7d704f60baffb4298438cb6fa.tar.xz
remove unused CreateBaseLand()
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs9
1 files changed, 0 insertions, 9 deletions
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
578 } 578 }
579 579
580 /// <summary> 580 /// <summary>
581 /// Creates a basic Parcel object without an owner (a zeroed key)
582 /// </summary>
583 /// <returns></returns>
584 public ILandObject CreateBaseLand()
585 {
586 return new LandObject(UUID.Zero, false, m_scene);
587 }
588
589 /// <summary>
590 /// Adds a land object to the stored list and adds them to the landIDList to what they own 581 /// Adds a land object to the stored list and adds them to the landIDList to what they own
591 /// </summary> 582 /// </summary>
592 /// <param name="new_land">The land object being added</param> 583 /// <param name="new_land">The land object being added</param>