From: Bdale Garbee Date: Mon, 15 Jan 2018 18:11:08 +0000 (-0300) Subject: elide reference to GPS since we don't have it X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=932d36e04b76231d22f14ca5dc1d1bbfa1a3f0b7 elide reference to GPS since we don't have it --- diff --git a/teststand/AltosGraphUI.java b/teststand/AltosGraphUI.java index 6fd05b26..7f1a4c2b 100644 --- a/teststand/AltosGraphUI.java +++ b/teststand/AltosGraphUI.java @@ -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);