this button is dead

This commit is contained in:
rusefillc 2022-06-06 17:01:46 -04:00
parent 63648b8beb
commit 90e5c62b68
2 changed files with 0 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -33,7 +33,6 @@ public class BenchTestPane {
content.add(createMILTest());
content.add(createIdleTest());
content.add(createStarterTest());
content.add(createDizzyTest());
content.add(new CommandControl(uiContext, "Reboot", "", "Reboot") {
@Override
protected String getCommand() {
@ -79,11 +78,6 @@ public class BenchTestPane {
return panel.getContent();
}
private Component createDizzyTest() {
CommandControl panel = new FixedCommandControl(uiContext, "Dizzy", "dizzy.jpg", TEST, "dizzybench");
return panel.getContent();
}
private Component createStarterTest() {
CommandControl panel = new FixedCommandControl(uiContext, "Starter", "", TEST, CMD_STARTER_BENCH);
return panel.getContent();