X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=teststand%2FTestStand.java;h=97f33c61183ba6df5cdfd86fa0f43eae823bf7df;hp=3cdf2dafa56e6b886ee306e8851c209e70b41789;hb=2f6f0e068ae37c2d25bd98273ca69652272cf444;hpb=01cd1603859aa53d593999ef0adb0e0df053f62c diff --git a/teststand/TestStand.java b/teststand/TestStand.java index 3cdf2daf..97f33c61 100644 --- a/teststand/TestStand.java +++ b/teststand/TestStand.java @@ -185,13 +185,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher { }); b.setToolTipText("Replace the firmware in any AltusMetrum product"); - b = addButton(4, 1, "Fire Igniter"); - b.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - FireIgniter(); - } - }); - b.setToolTipText("Remote control of igniters for deployment testing"); b = addButton(0, 2, "Scan Channels"); b.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { @@ -259,10 +252,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher { AltosFlashUI.show(TestStand.this); } - void FireIgniter() { - new AltosIgniteUI(TestStand.this); - } - void ScanChannels() { new AltosScanUI(TestStand.this, true); }