X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=telegps%2FTeleGPSGraphUI.java;h=85238d7b2e98dc08751e7ef2ae243a1ca9ed4fa8;hp=3e76564020b8b492ce2b3ad6100c1befa14ec77f;hb=e4407afb514437ccd8db79ae29c6fa203140fa07;hpb=c0af53c03d7945f7400496216ee259d73fb04843 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);