remove the apparently-unused Launch UI bits
[fw/altos] / teststand / TestStand.java
index 3cdf2dafa56e6b886ee306e8851c209e70b41789..213e69c88648cd95d8e33ba954c272a6543146af 100644 (file)
@@ -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,18 +252,10 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher {
                AltosFlashUI.show(TestStand.this);
        }
 
-       void FireIgniter() {
-               new AltosIgniteUI(TestStand.this);
-       }
-
        void ScanChannels() {
                new AltosScanUI(TestStand.this, true);
        }
 
-       void LaunchController() {
-               new AltosLaunchUI(TestStand.this);
-       }
-
        /* Connect to TeleMetrum, either directly or through
         * a TeleDongle over the packet link
         */