mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
First pass at cleaning up old OGS1 and Local Inventory: removed everything-inventory in CommsManager, which wasn't actively used anymore.
This commit is contained in:
@@ -57,11 +57,6 @@ namespace OpenSim.Tests.Common.Mock
|
||||
public TestCommunicationsManager(NetworkServersInfo serversInfo)
|
||||
: base(serversInfo, null)
|
||||
{
|
||||
LocalInventoryService lis = new LocalInventoryService();
|
||||
m_inventoryDataPlugin = new TestInventoryDataPlugin();
|
||||
lis.AddPlugin(m_inventoryDataPlugin);
|
||||
m_interServiceInventoryService = lis;
|
||||
AddInventoryService(lis);
|
||||
|
||||
LocalUserServices lus = new LocalUserServices(991, 992, this);
|
||||
lus.AddPlugin(new TemporaryUserProfilePlugin());
|
||||
|
||||
Reference in New Issue
Block a user