diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index bc04009..7c4ae9a 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -44,12 +44,6 @@ namespace OpenSim.Framework.Communications | |||
44 | public class CommunicationsManager | 44 | public class CommunicationsManager |
45 | { | 45 | { |
46 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
47 | |||
48 | public NetworkServersInfo NetworkServersInfo | ||
49 | { | ||
50 | get { return m_networkServersInfo; } | ||
51 | } | ||
52 | protected NetworkServersInfo m_networkServersInfo; | ||
53 | 47 | ||
54 | /// <summary> | 48 | /// <summary> |
55 | /// Constructor | 49 | /// Constructor |
@@ -58,7 +52,6 @@ namespace OpenSim.Framework.Communications | |||
58 | public CommunicationsManager(NetworkServersInfo serversInfo, | 52 | public CommunicationsManager(NetworkServersInfo serversInfo, |
59 | LibraryRootFolder libraryRootFolder) | 53 | LibraryRootFolder libraryRootFolder) |
60 | { | 54 | { |
61 | m_networkServersInfo = serversInfo; | ||
62 | } | 55 | } |
63 | 56 | ||
64 | } | 57 | } |