Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Feb 20, 2024
1 parent 965b171 commit 988bb7e
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ public void listAutoDetectionMidiPortNames(
list.add(new String[]{"X2mini MIDI 1"}, new String[]{"X2mini MIDI 1"});
break;

case WINDOWS:
list.add(new String[]{"X2mini"}, new String[]{"X2mini"});
break;

case MAC:
case WINDOWS, MAC:
list.add(new String[]{"X2mini"}, new String[]{"X2mini"});
break;
}
Expand Down Expand Up @@ -90,12 +86,6 @@ public int getRequiredAPIVersion()
return XControllerExtension.REQUIRED_API_VERSION;
}

@Override
public boolean shouldFailOnDeprecatedUse()
{
return true;
}

public static X2MiniControllerExtensionDefinition getInstance()
{
return INSTANCE;
Expand Down

0 comments on commit 988bb7e

Please sign in to comment.