diff options
author | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
commit | de467f4903ea41374382cf8a005b3fdeeae280e7 (patch) | |
tree | 43a6cce4d4f0e26d22d8c6525dfc5871745f06d2 /OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs | |
parent | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: (diff) | |
download | opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.zip opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.gz opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.bz2 opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.xz |
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs index ff4e678..92ae0d7 100644 --- a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs +++ b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs | |||
@@ -193,10 +193,10 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement | |||
193 | System.Collections.ArrayList xmllist = null; | 193 | System.Collections.ArrayList xmllist = null; |
194 | SceneObjectGroup temp = null; | 194 | SceneObjectGroup temp = null; |
195 | System.Collections.Hashtable deleteListUUIDs = new Hashtable(); | 195 | System.Collections.Hashtable deleteListUUIDs = new Hashtable(); |
196 | Dictionary<LLUUID, EntityBase> SearchList = new Dictionary<LLUUID,EntityBase>(); | 196 | // Dictionary<LLUUID, EntityBase> SearchList = new Dictionary<LLUUID,EntityBase>(); |
197 | Dictionary<LLUUID, EntityBase> ReplacementList = new Dictionary<LLUUID,EntityBase>(); | 197 | Dictionary<LLUUID, EntityBase> ReplacementList = new Dictionary<LLUUID,EntityBase>(); |
198 | int revision = m_database.GetMostRecentRevision(scene.RegionInfo.RegionID); | 198 | int revision = m_database.GetMostRecentRevision(scene.RegionInfo.RegionID); |
199 | EntityBase[] searchArray; | 199 | // EntityBase[] searchArray; |
200 | 200 | ||
201 | xmllist = m_database.GetRegionObjectXMLList(scene.RegionInfo.RegionID, revision); | 201 | xmllist = m_database.GetRegionObjectXMLList(scene.RegionInfo.RegionID, revision); |
202 | if (xmllist == null) | 202 | if (xmllist == null) |