altoslib: Recover from a couple of API changes
[fw/altos] / telegps / TeleGPSGraphUI.java
index 3e76564020b8b492ce2b3ad6100c1befa14ec77f..85238d7b2e98dc08751e7ef2ae243a1ca9ed4fa8 100644 (file)
@@ -105,7 +105,7 @@ public class TeleGPSGraphUI extends AltosUIFrame implements AltosFontListener, A
                enable = new AltosUIEnable();
                stats = new AltosFlightStats(flight_series);
 
                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);
 
 
                statsTable = new AltosFlightStatsTable(stats);