Remove unused override

This commit is contained in:
Matt Nadareski
2024-03-12 20:00:14 -04:00
parent 910b87fa73
commit 91a0d4c8c8

View File

@@ -1,6 +1,4 @@
using System.Collections.Generic; using SabreTools.Core;
using SabreTools.Core;
using SabreTools.DatItems;
namespace SabreTools.DatFiles.Formats namespace SabreTools.DatFiles.Formats
{ {
@@ -26,8 +24,5 @@ namespace SabreTools.DatFiles.Formats
ItemType.Rom, ItemType.Rom,
]; ];
} }
/// <inheritdoc/>
protected override List<string>? GetMissingRequiredFields(DatItem datItem) => null;
} }
} }