From 04aca663300bcf823ae25d9cc82e727e58e24c21 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 9 Aug 2009 13:59:26 -0700 Subject: Removed HGInventory out of core. This is part of HG2, which it now being developed outside. --- OpenSim/Grid/InventoryServer/Main.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Grid/InventoryServer') diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index 504563a..6106d93 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs @@ -84,8 +84,6 @@ namespace OpenSim.Grid.InventoryServer m_log.Info("[" + LogName + "]: Started HTTP server"); - new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL); - base.StartupSpecific(); m_console.Commands.AddCommand("inventoryserver", false, "add user", -- cgit v1.1