From 68e40a87cafcab580ab484956f187068c098e84e Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sat, 26 Sep 2009 21:29:54 -0700 Subject: Poof! on LocalBackend. CommsManager.GridServices deleted. --- OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs') diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index a658416..99bcea3 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs @@ -53,8 +53,6 @@ namespace OpenSim.Region.Communications.Local m_avatarService = lus; m_messageService = lus; - m_gridService = new LocalBackEndServices(); - //LocalLoginService loginService = CreateLoginService(libraryRootFolder, inventoryService, userService, backendService); } } -- cgit v1.1