From 39bafd28dcf717b15a2debd5428f9d84b57c14ec Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 13 Jan 2025 21:12:42 -0500 Subject: [PATCH] Reduce duplicate verbose remarks --- SabreTools.DatFiles/DatFile.Filtering.cs | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/SabreTools.DatFiles/DatFile.Filtering.cs b/SabreTools.DatFiles/DatFile.Filtering.cs index 715346bd..57c92842 100644 --- a/SabreTools.DatFiles/DatFile.Filtering.cs +++ b/SabreTools.DatFiles/DatFile.Filtering.cs @@ -209,16 +209,6 @@ namespace SabreTools.DatFiles /// Filter a DAT using 1G1R logic given an ordered set of regions /// /// List of regions in order of priority - /// - /// In the most technical sense, the way that the region list is being used does not - /// confine its values to be just regions. Since it's essentially acting like a - /// specialized version of the machine name filter, anything that is usually encapsulated - /// in parenthesis would be matched on, including disc numbers, languages, editions, - /// and anything else commonly used. Please note that, unlike other existing 1G1R - /// solutions, this does not have the ability to contain custom mappings of parent - /// to clone sets based on name, nor does it have the ability to match on the - /// Release DatItem type. - /// /// Applies to private void SetOneGamePerRegionImpl(List regionList) { @@ -303,16 +293,6 @@ namespace SabreTools.DatFiles /// Filter a DAT using 1G1R logic given an ordered set of regions /// /// List of regions in order of priority - /// - /// In the most technical sense, the way that the region list is being used does not - /// confine its values to be just regions. Since it's essentially acting like a - /// specialized version of the machine name filter, anything that is usually encapsulated - /// in parenthesis would be matched on, including disc numbers, languages, editions, - /// and anything else commonly used. Please note that, unlike other existing 1G1R - /// solutions, this does not have the ability to contain custom mappings of parent - /// to clone sets based on name, nor does it have the ability to match on the - /// Release DatItem type. - /// /// Applies to private void SetOneGamePerRegionImplDB(List regionList) {