From e285b69716c663414db1fa43026404223c74712b Mon Sep 17 00:00:00 2001 From: IIHOSHI Yoshinori Date: Thu, 2 Jan 2025 06:51:37 +0900 Subject: [PATCH] Remove unused functions (cont.) --- ThScoreFileConverter/Helpers/IntegerHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ThScoreFileConverter/Helpers/IntegerHelper.cs b/ThScoreFileConverter/Helpers/IntegerHelper.cs index 3e8386ab..7011aade 100644 --- a/ThScoreFileConverter/Helpers/IntegerHelper.cs +++ b/ThScoreFileConverter/Helpers/IntegerHelper.cs @@ -6,7 +6,6 @@ //----------------------------------------------------------------------- using System; -using System.Globalization; using CommunityToolkit.Diagnostics; namespace ThScoreFileConverter.Helpers;