* minor: eliminate unused config field
parent
8c71954e08
commit
a88e850ccf
|
@ -110,14 +110,15 @@ namespace OpenSim
|
||||||
|
|
||||||
protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>();
|
protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>();
|
||||||
|
|
||||||
protected IConfigSource m_finalConfig = null;
|
/// <value>
|
||||||
protected OpenSimConfigSource m_config;
|
/// The config information passed into the OpenSim region server.
|
||||||
|
/// </value>
|
||||||
public OpenSimConfigSource ConfigSource
|
public OpenSimConfigSource ConfigSource
|
||||||
{
|
{
|
||||||
get { return m_config; }
|
get { return m_config; }
|
||||||
set { m_config = value; }
|
set { m_config = value; }
|
||||||
}
|
}
|
||||||
|
protected OpenSimConfigSource m_config;
|
||||||
|
|
||||||
public List<IClientNetworkServer> ClientServers
|
public List<IClientNetworkServer> ClientServers
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue