From 263633e274082135b21b8183b92280b768d18883 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 18 Jul 2008 02:40:47 +0000 Subject: Patch #9151 Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. --- OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs') diff --git a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs index c189f95..0316f20 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs @@ -72,10 +72,6 @@ namespace OpenSim.Region.Environment.Interfaces void RemoveLandObject(LLUUID globalID); List LoadLandObjects(LLUUID regionUUID); - List LoadRegionBanList(LLUUID regionUUID); - void AddToRegionBanlist(RegionBanListItem item); - void RemoveFromRegionBanlist(RegionBanListItem item); - void StoreRegionSettings(RegionSettings rs); RegionSettings LoadRegionSettings(LLUUID regionUUID); -- cgit v1.1