diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneManager.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneManager.cs b/OpenSim/Region/Framework/Scenes/SceneManager.cs index 992e71d..9bd27d3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneManager.cs +++ b/OpenSim/Region/Framework/Scenes/SceneManager.cs | |||
@@ -141,15 +141,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
141 | 141 | ||
142 | public void Close() | 142 | public void Close() |
143 | { | 143 | { |
144 | // collect known shared modules in sharedModules | ||
145 | Dictionary<string, IRegionModule> sharedModules = new Dictionary<string, IRegionModule>(); | ||
146 | |||
147 | // all regions/scenes are now closed, we can now safely | ||
148 | // close all shared modules | ||
149 | foreach (IRegionModule mod in sharedModules.Values) | ||
150 | { | ||
151 | mod.Close(); | ||
152 | } | ||
153 | } | 144 | } |
154 | 145 | ||
155 | public void Close(Scene cscene) | 146 | public void Close(Scene cscene) |