summaryrefslogtreecommitdiff
path: root/telegps/TeleGPSGraphUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-27 23:42:52 -0700
committerKeith Packard <keithp@keithp.com>2017-05-27 23:42:52 -0700
commite4407afb514437ccd8db79ae29c6fa203140fa07 (patch)
tree73617e0eccfb5e0476ad57022bb5a0967d429ce5 /telegps/TeleGPSGraphUI.java
parentc0af53c03d7945f7400496216ee259d73fb04843 (diff)
altoslib: Recover from a couple of API changes
Nothing serious. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSGraphUI.java')
-rw-r--r--telegps/TeleGPSGraphUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java
index 3e765640..85238d7b 100644
--- a/telegps/TeleGPSGraphUI.java
+++ b/telegps/TeleGPSGraphUI.java
@@ -105,7 +105,7 @@ public class TeleGPSGraphUI extends AltosUIFrame implements AltosFontListener, A
enable = new AltosUIEnable();
stats = new AltosFlightStats(flight_series);
- graph = new AltosGraphNew(enable, stats, flight_series, cal_data);
+ graph = new AltosGraphNew(enable, stats, flight_series);
statsTable = new AltosFlightStatsTable(stats);