diff options
author | Diva Canto | 2009-08-09 13:59:26 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-09 13:59:26 -0700 |
commit | 04aca663300bcf823ae25d9cc82e727e58e24c21 (patch) | |
tree | 0349ef251a41412f12048306e94d9191884f9696 /OpenSim/Grid/InventoryServer/Main.cs | |
parent | * FreeContext may be a bit too buggy for my tastes in some environments. * ... (diff) | |
download | opensim-SC_OLD-04aca663300bcf823ae25d9cc82e727e58e24c21.zip opensim-SC_OLD-04aca663300bcf823ae25d9cc82e727e58e24c21.tar.gz opensim-SC_OLD-04aca663300bcf823ae25d9cc82e727e58e24c21.tar.bz2 opensim-SC_OLD-04aca663300bcf823ae25d9cc82e727e58e24c21.tar.xz |
Removed HGInventory out of core. This is part of HG2, which it now being developed outside.
Diffstat (limited to 'OpenSim/Grid/InventoryServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/InventoryServer/Main.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
84 | 84 | ||
85 | m_log.Info("[" + LogName + "]: Started HTTP server"); | 85 | m_log.Info("[" + LogName + "]: Started HTTP server"); |
86 | 86 | ||
87 | new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL); | ||
88 | |||
89 | base.StartupSpecific(); | 87 | base.StartupSpecific(); |
90 | 88 | ||
91 | m_console.Commands.AddCommand("inventoryserver", false, "add user", | 89 | m_console.Commands.AddCommand("inventoryserver", false, "add user", |