Skip to content

Commit

Permalink
Remove unused BizHawkSystemIdToEnumConverter instance
Browse files Browse the repository at this point in the history
fixes 64a6700
  • Loading branch information
YoshiRulz committed Jun 11, 2024
1 parent 875e26d commit 6c27e89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ public override bool NotApplicableTo(string romHash, string? sysID)

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);
Expand Down

0 comments on commit 6c27e89

Please sign in to comment.