From 9e17d3be199d14473d8a7f9b899c290518b879a6 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 27 May 2017 23:34:18 -0700 Subject: altosuilib: Remove 'cal_data' param from AltosGraphNew constructor Signed-off-by: Keith Packard --- altosui/AltosGraphUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'altosui/AltosGraphUI.java') diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java index 71aa0e6f..9b47211d 100644 --- a/altosui/AltosGraphUI.java +++ b/altosui/AltosGraphUI.java @@ -99,7 +99,7 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt 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); -- cgit v1.2.3