refactor: remove unused method

This commit is contained in:
TheJeterLP 2022-07-20 22:33:52 +02:00
parent 47c1065241
commit 824bd14845
No known key found for this signature in database
GPG Key ID: D8CFD6FCF7215E6C

View File

@ -8,8 +8,4 @@ public class HideAutoplayButtonPatch {
return SettingsEnum.AUTOPLAY_BUTTON_SHOWN.getBoolean();
}
public static boolean isButtonHidden() {
return !isButtonShown();
}
}