diff options
author | Justin Clarke Casey | 2009-02-16 19:15:16 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-16 19:15:16 +0000 |
commit | 93837807ffb24e5811368063b9231a9d8b018d9d (patch) | |
tree | 5da8dcbc3fd6e6e4c7003e486f0ad26bd7c43d87 /OpenSim/Region/Framework/Scenes/SceneBase.cs | |
parent | * Iniital inventory archive test code. Doesn't actually do any testing yet (diff) | |
download | opensim-SC-93837807ffb24e5811368063b9231a9d8b018d9d.zip opensim-SC-93837807ffb24e5811368063b9231a9d8b018d9d.tar.gz opensim-SC-93837807ffb24e5811368063b9231a9d8b018d9d.tar.bz2 opensim-SC-93837807ffb24e5811368063b9231a9d8b018d9d.tar.xz |
* refactor: remove AssetCache field hanging off Scene
* This is always available at Scene.CommsManager.AssetCache
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index 3f5c781..3695b21 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -126,14 +126,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
126 | 126 | ||
127 | protected string m_datastore; | 127 | protected string m_datastore; |
128 | 128 | ||
129 | private IAssetCache m_assetCache; | ||
130 | |||
131 | public IAssetCache AssetCache | ||
132 | { | ||
133 | get { return m_assetCache; } | ||
134 | set { m_assetCache = value; } | ||
135 | } | ||
136 | |||
137 | protected RegionStatus m_regStatus; | 129 | protected RegionStatus m_regStatus; |
138 | 130 | ||
139 | public RegionStatus Region_Status | 131 | public RegionStatus Region_Status |