From 932d36e04b76231d22f14ca5dc1d1bbfa1a3f0b7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 15 Jan 2018 15:11:08 -0300 Subject: [PATCH] elide reference to GPS since we don't have it --- teststand/AltosGraphUI.java | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.30.2