From a88e850ccf6e3943aac3ac857fcb537808eebc79 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 3 Nov 2008 18:36:04 +0000 Subject: * minor: eliminate unused config field --- OpenSim/Region/Application/OpenSimBase.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index ebcea28..200c7bf 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -110,14 +110,15 @@ namespace OpenSim protected List m_plugins = new List(); - protected IConfigSource m_finalConfig = null; - protected OpenSimConfigSource m_config; - + /// + /// The config information passed into the OpenSim region server. + /// public OpenSimConfigSource ConfigSource { get { return m_config; } set { m_config = value; } } + protected OpenSimConfigSource m_config; public List ClientServers { -- cgit v1.1