mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Perform some TODO cleanup
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -9,8 +9,6 @@ namespace SabreTools.Filtering
|
||||
/// <summary>
|
||||
/// Represents the filtering operations that need to be performed on a DatHeader
|
||||
/// </summary>
|
||||
/// TODO: Investigate how to reduce the amount of hardcoded filter statements
|
||||
/// TODO: Add DatHeader filters
|
||||
public class DatHeaderFilter : Filter
|
||||
{
|
||||
#region Constructors
|
||||
|
||||
@@ -9,8 +9,6 @@ namespace SabreTools.Filtering
|
||||
/// <summary>
|
||||
/// Represents the filtering operations that need to be performed on a set of items, usually a DAT
|
||||
/// </summary>
|
||||
/// TODO: Can clever use of Filtering allow for easier external splitting methods?
|
||||
/// TODO: Investigate how to reduce the amount of hardcoded filter statements
|
||||
public class DatItemFilter : Filter
|
||||
{
|
||||
#region Fields
|
||||
|
||||
@@ -9,8 +9,6 @@ namespace SabreTools.Filtering
|
||||
/// <summary>
|
||||
/// Represents the filtering operations that need to be performed on a set of items, usually a DAT
|
||||
/// </summary>
|
||||
/// TODO: Can clever use of Filtering allow for easier external splitting methods?
|
||||
/// TODO: Investigate how to reduce the amount of hardcoded filter statements
|
||||
public class MachineFilter : Filter
|
||||
{
|
||||
#region Fields
|
||||
|
||||
Reference in New Issue
Block a user