From 269303d97d96b1deeabd610389ca2bdb17c2b7d9 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 31 Oct 2008 18:39:51 +0000 Subject: * test: Add basic scene test which merely instantiates the scene right now * set debug scene name on scene registration, rather than within the Scene constructor --- OpenSim/Region/Application/OpenSimBase.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 16cf5f3..4f1eed8 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -111,8 +111,6 @@ namespace OpenSim protected List m_plugins = new List(); protected IConfigSource m_finalConfig = null; - - //protected IniConfigSource m_config; protected OpenSimConfigSource m_config; public OpenSimConfigSource ConfigSource -- cgit v1.1