From ed69e84874b710c2cc3b8af94dd00cf725cf6d03 Mon Sep 17 00:00:00 2001 From: mingchen Date: Thu, 19 Jul 2007 20:39:33 +0000 Subject: *Moved XmlConfiguration to its own project *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated --- OpenSim/Region/Application/OpenSimMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 8a1e0f1..3c11b90 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -197,7 +197,7 @@ namespace OpenSim #endregion - private void SetupFromConfigFile(IGenericConfig configData) + /*private void SetupFromConfigFile(IGenericConfig configData) { // Log filename string attri = ""; @@ -295,7 +295,7 @@ namespace OpenSim configData.Commit(); - } + }*/ /// /// Performs any last-minute sanity checking and shuts down the region server -- cgit v1.1