mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add log if filter field doesn't match anything
This commit is contained in:
@@ -33,12 +33,6 @@ namespace SabreTools.Filtering
|
||||
|
||||
#region Filter Population
|
||||
|
||||
/// <summary>
|
||||
/// Populate the filters object using a set of key:value filters
|
||||
/// </summary>
|
||||
/// <param name="filters">List of key:value where ~key/!key is negated</param>
|
||||
public abstract void PopulateFromList(List<string> filters);
|
||||
|
||||
/// <summary>
|
||||
/// Split the parts of a filter statement
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user