From 041594ed075049f804fc157700a6d78e54194c0b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 31 Jan 2010 13:01:23 -0800 Subject: Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs. --- OpenSim/Framework/ConfigSettings.cs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'OpenSim/Framework/ConfigSettings.cs') diff --git a/OpenSim/Framework/ConfigSettings.cs b/OpenSim/Framework/ConfigSettings.cs index 32415e0..8feaa37 100644 --- a/OpenSim/Framework/ConfigSettings.cs +++ b/OpenSim/Framework/ConfigSettings.cs @@ -44,14 +44,6 @@ namespace OpenSim.Framework set { m_meshEngineName = value; } } - private bool m_standalone; - - public bool Standalone - { - get { return m_standalone; } - set { m_standalone = value; } - } - private bool m_see_into_region_from_neighbor; public bool See_into_region_from_neighbor @@ -163,7 +155,6 @@ namespace OpenSim.Framework public const uint DefaultAssetServerHttpPort = 8003; public const uint DefaultRegionHttpPort = 9000; - public static uint DefaultRegionRemotingPort = 8895; // This is actually assigned to, but then again, the remoting is obsolete, right? public const uint DefaultUserServerHttpPort = 8002; public const bool DefaultUserServerHttpSSL = false; public const uint DefaultMessageServerHttpPort = 8006; -- cgit v1.1