[SabreTools] Remove last parts of DATabase

This commit is contained in:
Matt Nadareski
2016-09-21 10:08:42 -07:00
parent 3c67cfe37f
commit c112c2ae12

View File

@@ -8,25 +8,9 @@ namespace SabreTools
/// <summary>
/// Entry class for the DATabase application
/// </summary>
/// <remarks>
/// The following features are missing from DATabaseTwo with respect to the original DATabase:
/// - Source merging
/// - Custom DATs based on a system and a source
/// - Multi-source and multi-system DATs
///
/// The following features need to (want to) be implemented in DATabaseTwo for further stability
/// - Import updating file locations and names when SHA-1 hashes are matched
/// - True duplicate DATs being removed from the import folder (SHA-1 matches)
/// - Generate All only generating DATs that have been recently updated
/// + This requires implementing a "last updated" data point for all DATs and tracking for "last generate" somewhere
/// - Impelement a ToSort folder for DATs that will place DATs in the correct subfolder on Import
/// </remarks>
public partial class SabreTools
{
// Private required variables
private static string _datroot = "DATS";
private static string _outroot = "Output";
private static Logger _logger;
/// <summary>