From 6c27e89bc7c0365486b632d858d31cb48c0c6ef4 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 11 Jun 2024 16:12:45 +1000 Subject: [PATCH] Remove unused `BizHawkSystemIdToEnumConverter` instance fixes 64a6700cc --- src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs b/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs index 26ff9244cc..fdb03ebbf8 100644 --- a/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs +++ b/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs @@ -95,8 +95,6 @@ namespace BizHawk.Client.Common public abstract class ExternalToolApplicabilityAttributeBase : Attribute { - protected static readonly BizHawkSystemIdToEnumConverter SystemIdConverter = new(); - public abstract bool NotApplicableTo(string sysID); public abstract bool NotApplicableTo(string romHash, string? sysID);