remove now unused individual LandData prim counts.

However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc.
This is probably why prim counts were being done there in the first place.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-05 21:25:54 +01:00
parent f030ba8992
commit 0e465da187
9 changed files with 31 additions and 196 deletions

View File

@@ -130,11 +130,6 @@ public class RegionCombinerLargeLandChannel : ILandChannel
}
}
public bool IsLandPrimCountTainted()
{
return RootRegionLandChannel.IsLandPrimCountTainted();
}
public bool IsForcefulBansAllowed()
{
return RootRegionLandChannel.IsForcefulBansAllowed();