From 3155e7d03c6c86736d465d9369f51a625f8fc89a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 9 Jan 2025 20:47:43 -0500 Subject: [PATCH] Remove tentative TODO after investigating --- SabreTools.DatFiles/DatFile.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SabreTools.DatFiles/DatFile.cs b/SabreTools.DatFiles/DatFile.cs index 6fb1ec9a..fd39a4a4 100644 --- a/SabreTools.DatFiles/DatFile.cs +++ b/SabreTools.DatFiles/DatFile.cs @@ -427,7 +427,6 @@ namespace SabreTools.DatFiles /// Return list of required fields missing from a DatItem /// /// List of missing required fields, null or empty if none were found - /// TODO: Can this be made into a thin wrapper around a RequiredFields Dictionary property? protected internal virtual List? GetMissingRequiredFields(DatItem datItem) => null; ///