[DatFile, ArchiveTools] TODO cleanup

This commit is contained in:
Matt Nadareski
2017-03-16 23:55:08 -07:00
parent 850821fb85
commit 2d5d9b74e7
6 changed files with 14 additions and 19 deletions

View File

@@ -38,9 +38,6 @@ namespace SabreTools.Helper.Dats
/// <param name="trim">True if we are supposed to trim names to NTFS length, false otherwise</param>
/// <param name="single">True if all games should be replaced by '!', false otherwise</param>
/// <param name="root">String representing root directory to compare against for length calculation</param>
/// <remarks>
/// TODO: Folder-wise output for update (similar to level-split)
/// </remarks>
public void DetermineUpdateType(List<string> inputPaths, string outDir, bool merge, DiffMode diff, bool inplace, bool skip,
bool bare, bool clean, bool descAsName, Filter filter, SplitType splitType, bool trim, bool single, string root)
{