From a87ebda8950d4ab3bb8ceb2afe2801d530703d8f Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 15 Jul 2007 17:40:21 +0000 Subject: 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. --- OpenSim/Region/Application/OpenSimMain.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimMain.cs') 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 LocalWorld = new Scene(udpServer.PacketServer.ClientManager, regionDat, authenBase, commsManager, this.AssetCache, tmpStoreManager, httpServer); this.m_localWorld.Add(LocalWorld); - //LocalWorld.InventoryCache = InventoryCache; - //LocalWorld.AssetCache = AssetCache; udpServer.LocalWorld = LocalWorld; -- cgit v1.1