diff options
author | Justin Clark-Casey (justincc) | 2013-10-28 18:03:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-10-28 18:03:34 +0000 |
commit | 39de7614ec14babe092a2dd47072fd4a5015fdbb (patch) | |
tree | 3f3dcc8e35771ec588cc52484d1680507b476f9d /OpenSim/Framework/ConfigSettings.cs | |
parent | minor: Fix commented out GridInfo service URL to be 8002 in Robust.ini.exampl... (diff) | |
download | opensim-SC_OLD-39de7614ec14babe092a2dd47072fd4a5015fdbb.zip opensim-SC_OLD-39de7614ec14babe092a2dd47072fd4a5015fdbb.tar.gz opensim-SC_OLD-39de7614ec14babe092a2dd47072fd4a5015fdbb.tar.bz2 opensim-SC_OLD-39de7614ec14babe092a2dd47072fd4a5015fdbb.tar.xz |
Remove legacy sqlite lines added internally by OpenSimulator to the [Startup] section.
These are long unused but confusingly will be seen in the [Startup] section on a "config save".
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ConfigSettings.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/ConfigSettings.cs b/OpenSim/Framework/ConfigSettings.cs index 002a371..108a3e4 100644 --- a/OpenSim/Framework/ConfigSettings.cs +++ b/OpenSim/Framework/ConfigSettings.cs | |||
@@ -31,7 +31,6 @@ 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 string StorageDll { get; set; } | ||
35 | public string ClientstackDll { get; set; } | 34 | public string ClientstackDll { get; set; } |
36 | public string LibrariesXMLFile { get; set; } | 35 | public string LibrariesXMLFile { get; set; } |
37 | 36 | ||