From fd1c3eced112d6dc344b4337e06bc9ab0a34dfb0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 21 Jan 2025 12:00:55 -0500 Subject: [PATCH] Remove now-removed parameter summary --- SabreTools.DatFiles/DatFile.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SabreTools.DatFiles/DatFile.cs b/SabreTools.DatFiles/DatFile.cs index f90213ab..383d6f9c 100644 --- a/SabreTools.DatFiles/DatFile.cs +++ b/SabreTools.DatFiles/DatFile.cs @@ -334,7 +334,6 @@ namespace SabreTools.DatFiles /// /// Perform deduplication based on the deduplication type provided /// - /// Dedupe type that should be used public void Deduplicate() { Items.Deduplicate();