diff options
author | Diva Canto | 2009-09-26 21:21:06 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-26 21:21:06 -0700 |
commit | 620fa2b77234ae0600bbd1b4df8e520b0e87c3fa (patch) | |
tree | f808c96c1d20679c4213ac0b840cf46aa696f925 /OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | |
parent | Poof! on Region.Communications.Hypergrid. Grid code deleted. (diff) | |
download | opensim-SC_OLD-620fa2b77234ae0600bbd1b4df8e520b0e87c3fa.zip opensim-SC_OLD-620fa2b77234ae0600bbd1b4df8e520b0e87c3fa.tar.gz opensim-SC_OLD-620fa2b77234ae0600bbd1b4df8e520b0e87c3fa.tar.bz2 opensim-SC_OLD-620fa2b77234ae0600bbd1b4df8e520b0e87c3fa.tar.xz |
Poof! on OGS1 GridServices.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs index 8b5779f..c2b8f26 100644 --- a/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs +++ b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs | |||
@@ -39,8 +39,6 @@ namespace OpenSim.Region.Communications.OGS1 | |||
39 | LibraryRootFolder libraryRootFolder) | 39 | LibraryRootFolder libraryRootFolder) |
40 | : base(serversInfo, libraryRootFolder) | 40 | : base(serversInfo, libraryRootFolder) |
41 | { | 41 | { |
42 | OGS1GridServices gridInterComms = new OGS1GridServices(serversInfo); | ||
43 | m_gridService = gridInterComms; | ||
44 | 42 | ||
45 | // This plugin arrangement could eventually be configurable rather than hardcoded here. | 43 | // This plugin arrangement could eventually be configurable rather than hardcoded here. |
46 | OGS1UserServices userServices = new OGS1UserServices(this); | 44 | OGS1UserServices userServices = new OGS1UserServices(this); |