elide reference to GPS since we don't have it
[fw/altos] / teststand / AltosGraphUI.java
index 6fd05b269550c572dfda7afbe7bdd64f0d42eef9..7f1a4c2baeef777a5f8a2dee583d721ea43939c8 100644 (file)
@@ -38,8 +38,6 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt
        AltosUIEnable           enable;
        TestStats       stats;
        TestStatsTable          statsTable;
-       AltosGPS                gps;
-       boolean                 has_gps;
 
        public void font_size_changed(int font_size) {
                if (statsTable != null)
@@ -93,8 +91,6 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt
                pane.add("Configure Graph", enable);
                pane.add("Test Statistics", statsTable);
 
-               has_gps = false;
-
                setContentPane (pane);
 
                AltosUIPreferences.register_font_listener(this);