Perform some TODO cleanup

This commit is contained in:
Matt Nadareski
2020-12-14 16:47:54 -08:00
parent e01bacc89f
commit c3753b13c1
9 changed files with 17 additions and 310 deletions

View File

@@ -337,7 +337,6 @@ namespace SabreTools.Filtering
/// <param name="datItem">DatItem to check</param>
/// <param name="sub">True if this is a subitem, false otherwise</param>
/// <returns>True if the item passed the filter, false otherwise</returns>
/// TODO: Split this somehow
/// TODO: Name can be made into a common one if name exists
public bool PassesFilters(DatItem datItem, bool sub = false)
{