elide reference to GPS since we don't have it
authorBdale Garbee <bdale@gag.com>
Mon, 15 Jan 2018 18:11:08 +0000 (15:11 -0300)
committerBdale Garbee <bdale@gag.com>
Mon, 15 Jan 2018 18:11:08 +0000 (15:11 -0300)
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;
        AltosUIEnable           enable;
        TestStats       stats;
        TestStatsTable          statsTable;
-       AltosGPS                gps;
-       boolean                 has_gps;
 
        public void font_size_changed(int font_size) {
                if (statsTable != null)
 
        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);
 
                pane.add("Configure Graph", enable);
                pane.add("Test Statistics", statsTable);
 
-               has_gps = false;
-
                setContentPane (pane);
 
                AltosUIPreferences.register_font_listener(this);
                setContentPane (pane);
 
                AltosUIPreferences.register_font_listener(this);