diff options
author | Diva Canto | 2010-01-10 19:19:34 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-10 19:19:34 -0800 |
commit | 49618dc102c42b7125303511d826f76f0ebaab4c (patch) | |
tree | fba3817eb6ee8547914892dbae45c955d78734e8 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | Removed refs to OpenIdService in UserServer. (diff) | |
download | opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.zip opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.tar.gz opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.tar.bz2 opensim-SC_OLD-49618dc102c42b7125303511d826f76f0ebaab4c.tar.xz |
Moved GridInfo service from where it was to Handlers/Grid
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 2db17b1..a834786 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -85,8 +85,6 @@ namespace OpenSim | |||
85 | 85 | ||
86 | protected ConfigurationLoader m_configLoader; | 86 | protected ConfigurationLoader m_configLoader; |
87 | 87 | ||
88 | protected GridInfoService m_gridInfoService; | ||
89 | |||
90 | public ConsoleCommand CreateAccount = null; | 88 | public ConsoleCommand CreateAccount = null; |
91 | 89 | ||
92 | protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>(); | 90 | protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>(); |