Remove unused field

This commit is contained in:
Matt Nadareski
2020-08-20 13:27:54 -07:00
parent 2da51628a4
commit a33d88aab3
2 changed files with 1 additions and 7 deletions

View File

@@ -283,12 +283,6 @@ namespace SabreTools.Library.Filtering
/// </summary>
public bool RemoveUnicode { get; set; }
/// <summary>
/// Remove fields based on Header values
/// </summary>
/// TODO: Remove in lieu of relying on Header value
public bool RemoveFields { get; set; }
/// <summary>
/// Include root directory when determing trim sizes
/// </summary>