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();
|
OneRomPerGame();
|
||||||
|
|
||||||
// If we are removing fields, do that now
|
// If we are removing fields, do that now
|
||||||
if (filter.RemoveFields)
|
if (Header.ExcludeFields != null && Header.ExcludeFields.Any())
|
||||||
RemoveFieldsFromItems();
|
RemoveFieldsFromItems();
|
||||||
|
|
||||||
// We remove any blanks, if we aren't supposed to have any
|
// We remove any blanks, if we aren't supposed to have any
|
||||||
|
|||||||
@@ -283,12 +283,6 @@ namespace SabreTools.Library.Filtering
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool RemoveUnicode { get; set; }
|
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>
|
/// <summary>
|
||||||
/// Include root directory when determing trim sizes
|
/// Include root directory when determing trim sizes
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user