mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused field
This commit is contained in:
@@ -983,7 +983,7 @@ namespace SabreTools.Library.DatFiles
|
||||
OneRomPerGame();
|
||||
|
||||
// If we are removing fields, do that now
|
||||
if (filter.RemoveFields)
|
||||
if (Header.ExcludeFields != null && Header.ExcludeFields.Any())
|
||||
RemoveFieldsFromItems();
|
||||
|
||||
// We remove any blanks, if we aren't supposed to have any
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user