aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorMW2007-07-15 17:40:21 +0000
committerMW2007-07-15 17:40:21 +0000
commita87ebda8950d4ab3bb8ceb2afe2801d530703d8f (patch)
tree877a42b4ca882b80e408dec2796ee4e6a2d50920 /OpenSim/Region/Application
parent* PROTIP: It helps to know what your doing when playing with reflection. (diff)
downloadopensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.zip
opensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.tar.gz
opensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.tar.bz2
opensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.tar.xz
Removed reference to Scene EventManager from primitive. In its place, primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
Removed some unused code from SimpleApp.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index b47813f..6f64512 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -215,8 +215,6 @@ namespace OpenSim
215 215
216 LocalWorld = new Scene(udpServer.PacketServer.ClientManager, regionDat, authenBase, commsManager, this.AssetCache, tmpStoreManager, httpServer); 216 LocalWorld = new Scene(udpServer.PacketServer.ClientManager, regionDat, authenBase, commsManager, this.AssetCache, tmpStoreManager, httpServer);
217 this.m_localWorld.Add(LocalWorld); 217 this.m_localWorld.Add(LocalWorld);
218 //LocalWorld.InventoryCache = InventoryCache;
219 //LocalWorld.AssetCache = AssetCache;
220 218
221 udpServer.LocalWorld = LocalWorld; 219 udpServer.LocalWorld = LocalWorld;
222 220