mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused override
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user