diff options
author | Justin Clarke Casey | 2008-08-09 20:41:18 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-09 20:41:18 +0000 |
commit | 0fd2bde111eed6169f81c8459560d4746c51ca47 (patch) | |
tree | a1fdb36cda22fe7427ae986eca954285ce8f5ccb /OpenSim/Framework | |
parent | * minor: Remove unused message from the asset server configuration (diff) | |
download | opensim-SC_OLD-0fd2bde111eed6169f81c8459560d4746c51ca47.zip opensim-SC_OLD-0fd2bde111eed6169f81c8459560d4746c51ca47.tar.gz opensim-SC_OLD-0fd2bde111eed6169f81c8459560d4746c51ca47.tar.bz2 opensim-SC_OLD-0fd2bde111eed6169f81c8459560d4746c51ca47.tar.xz |
* minor: remove unused grid send/receive keys from user server configuration
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 05077b6..f477df4 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs | |||
@@ -46,7 +46,6 @@ namespace OpenSim.Framework.Communications | |||
46 | private static readonly ILog m_log | 46 | private static readonly ILog m_log |
47 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||
49 | public UserConfig _config; | ||
50 | private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>(); | 49 | private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>(); |
51 | 50 | ||
52 | /// <summary> | 51 | /// <summary> |