mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Cleanup
This is a purge of dead and unused code. The major thing with this is the removal of all original DATabase features. They might be resurrected in the future but , for now, it would need a full rewrite to make sense. Nobody uses it either, so it shouldn't be missed.
This commit is contained in:
@@ -185,9 +185,6 @@ namespace SabreTools.Helper
|
||||
|
||||
#region Database schema
|
||||
|
||||
public const string DATabaseDbSchema = "dats";
|
||||
public const string DATabaseFileName = "dats.sqlite";
|
||||
public const string DATabaseConnectionString = "Data Source=" + DATabaseFileName + ";Version = 3;";
|
||||
public const string HeadererDbSchema = "Headerer";
|
||||
public const string HeadererFileName = "Headerer.sqlite";
|
||||
public const string HeadererConnectionString = "Data Source=" + HeadererFileName + ";Version = 3;";
|
||||
|
||||
Reference in New Issue
Block a user