[Filter] Remove unnecessary 'partial'

This commit is contained in:
Matt Nadareski
2019-01-11 13:44:29 -08:00
parent 4162c3c8ed
commit 4fdd4ea44f

View File

@@ -14,7 +14,7 @@ namespace SabreTools.Library.DatFiles
/// <summary>
/// Represents the filtering operations that need to be performed on a set of items, usually a DAT
/// </summary>
public partial class Filter
public class Filter
{
#region Pubically facing variables