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".
This commit is contained in:
Justin Clark-Casey (justincc)
2013-10-28 18:03:34 +00:00
parent 5be8f6632b
commit 39de7614ec
3 changed files with 1 additions and 8 deletions

View File

@@ -31,7 +31,6 @@ namespace OpenSim.Framework
{
public string PhysicsEngine { get; set; }
public string MeshEngineName { get; set; }
public string StorageDll { get; set; }
public string ClientstackDll { get; set; }
public string LibrariesXMLFile { get; set; }