diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/ConfigSettings.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Framework/ConfigSettings.cs b/OpenSim/Framework/ConfigSettings.cs index 2768f70..002a371 100644 --- a/OpenSim/Framework/ConfigSettings.cs +++ b/OpenSim/Framework/ConfigSettings.cs | |||
@@ -31,13 +31,8 @@ namespace OpenSim.Framework | |||
31 | { | 31 | { |
32 | public string PhysicsEngine { get; set; } | 32 | public string PhysicsEngine { get; set; } |
33 | public string MeshEngineName { get; set; } | 33 | public string MeshEngineName { get; set; } |
34 | public bool See_into_region_from_neighbor { get; set; } | ||
35 | public string StorageDll { get; set; } | 34 | public string StorageDll { get; set; } |
36 | public string ClientstackDll { get; set; } | 35 | public string ClientstackDll { get; set; } |
37 | |||
38 | |||
39 | public bool PhysicalPrim { get; set; } | ||
40 | |||
41 | public string LibrariesXMLFile { get; set; } | 36 | public string LibrariesXMLFile { get; set; } |
42 | 37 | ||
43 | public const uint DefaultRegionHttpPort = 9000; | 38 | public const uint DefaultRegionHttpPort = 9000; |