Remove unused `BizHawkSystemIdToEnumConverter` instance
fixes 64a6700cc
This commit is contained in:
parent
875e26d3ca
commit
6c27e89bc7
|
@ -95,8 +95,6 @@ namespace BizHawk.Client.Common
|
||||||
|
|
||||||
public abstract class ExternalToolApplicabilityAttributeBase : Attribute
|
public abstract class ExternalToolApplicabilityAttributeBase : Attribute
|
||||||
{
|
{
|
||||||
protected static readonly BizHawkSystemIdToEnumConverter SystemIdConverter = new();
|
|
||||||
|
|
||||||
public abstract bool NotApplicableTo(string sysID);
|
public abstract bool NotApplicableTo(string sysID);
|
||||||
|
|
||||||
public abstract bool NotApplicableTo(string romHash, string? sysID);
|
public abstract bool NotApplicableTo(string romHash, string? sysID);
|
||||||
|
|
Loading…
Reference in New Issue