NoFilter attribute no longer matters

This commit is contained in:
Matt Nadareski
2026-04-05 00:26:23 -04:00
parent 2969324015
commit 285f3a267e

View File

@@ -1,8 +0,0 @@
namespace SabreTools.Data.Models
{
/// <summary>
/// Marks a key as unable to be filtered on
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Field)]
public class NoFilterAttribute : System.Attribute { }
}