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. --- .../Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'OpenSim/Region/Storage') diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs index 6dfcb3c..edbb1b7 100644 --- a/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs +++ b/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs @@ -322,23 +322,6 @@ namespace OpenSim.DataStore.MSSQL return new List(); } - public List LoadRegionBanList(LLUUID regionUUID) - { - List regionbanlist = new List(); - return regionbanlist; - } - - public void AddToRegionBanlist(RegionBanListItem item) - { - - } - - public void RemoveFromRegionBanlist(RegionBanListItem item) - { - - } - - public void Commit() { lock (ds) -- cgit v1.1