lose the monitor idle stuff
[fw/altos] / teststand / TestStand.java
index 39151381e723eacb9cec4d56768bd8f0b35be034..fa3fc4c1172757831bc9a6147d68895e1618b629 100644 (file)
@@ -213,13 +213,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher {
                                }
                        });
                b.setToolTipText("Download satellite images for off-line flight monitoring");
-               b = addButton(2, 2, "Monitor Idle");
-               b.addActionListener(new ActionListener() {
-                               public void actionPerformed(ActionEvent e) {
-                                       IdleMonitor();
-                               }
-                       });
-               b.setToolTipText("Check flight readiness of altimeter in idle mode");
 
 //             b = addButton(3, 2, "Launch Controller");
 //             b.addActionListener(new ActionListener() {
@@ -374,13 +367,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher {
                new AltosConfigureUI(TestStand.this, voice);
        }
 
-       private void IdleMonitor() {
-               try {
-                       new AltosIdleMonitorUI(this);
-               } catch (Exception e) {
-               }
-       }
-
        static AltosWriter open_csv(File file) {
                try {
                        return new AltosCSV(file);