mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused string
This commit is contained in:
@@ -18,11 +18,6 @@ namespace SabreTools
|
|||||||
private static Logger logger;
|
private static Logger logger;
|
||||||
private static string _dbName = "DATabase.sqlite";
|
private static string _dbName = "DATabase.sqlite";
|
||||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||||
private static string _header =
|
|
||||||
@"+-----------------------------------------------------------------------------+
|
|
||||||
| DATabase " + Build.Version + @" |
|
|
||||||
+-----------------------------------------------------------------------------+
|
|
||||||
";
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Start menu or use supplied parameters
|
/// Start menu or use supplied parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user