lose the map related code
[fw/altos] / teststand / TestStand.java
index 29001d9911beaef886bdca594e225aabc9c6dddc..3cdf2dafa56e6b886ee306e8851c209e70b41789 100644 (file)
@@ -199,20 +199,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher {
                                }
                        });
                b.setToolTipText("Find what channel an altimeter is sending telemetry on");
-               b = addButton(1, 2, "Load Maps");
-               b.addActionListener(new ActionListener() {
-                               public void actionPerformed(ActionEvent e) {
-                                       LoadMaps();
-                               }
-                       });
-               b.setToolTipText("Download satellite images for off-line flight monitoring");
-
-//             b = addButton(3, 2, "Launch Controller");
-//             b.addActionListener(new ActionListener() {
-//                             public void actionPerformed(ActionEvent e) {
-//                                     LaunchController();
-//                             }
-//                     });
 
                b = addButton(4, 2, "Quit");
                b.addActionListener(new ActionListener() {
@@ -281,10 +267,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher {
                new AltosScanUI(TestStand.this, true);
        }
 
-       void LoadMaps() {
-               new AltosUIMapPreload(TestStand.this);
-       }
-
        void LaunchController() {
                new AltosLaunchUI(TestStand.this);
        }