diff options
author | Justin Clark-Casey (justincc) | 2011-03-31 22:16:09 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-31 22:16:09 +0100 |
commit | 8022400bd4c852c3faf0db61006a2c60f5200342 (patch) | |
tree | ae971dbb2d9c3d556dfa68a8d3893bdf08539b66 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | When a new parcel is created, make sure the prim counts are updated. (diff) | |
download | opensim-SC_OLD-8022400bd4c852c3faf0db61006a2c60f5200342.zip opensim-SC_OLD-8022400bd4c852c3faf0db61006a2c60f5200342.tar.gz opensim-SC_OLD-8022400bd4c852c3faf0db61006a2c60f5200342.tar.bz2 opensim-SC_OLD-8022400bd4c852c3faf0db61006a2c60f5200342.tar.xz |
Remove unused Datastore parameter from RegionInfo (legacy from early 2008)
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index d407a6f..353b7c2 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -563,7 +563,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
563 | m_regInfo = regInfo; | 563 | m_regInfo = regInfo; |
564 | m_regionHandle = m_regInfo.RegionHandle; | 564 | m_regionHandle = m_regInfo.RegionHandle; |
565 | m_regionName = m_regInfo.RegionName; | 565 | m_regionName = m_regInfo.RegionName; |
566 | m_datastore = m_regInfo.DataStore; | ||
567 | m_lastUpdate = Util.EnvironmentTickCount(); | 566 | m_lastUpdate = Util.EnvironmentTickCount(); |
568 | 567 | ||
569 | m_physicalPrim = physicalPrim; | 568 | m_physicalPrim = physicalPrim; |