altosuilib: Remove 'cal_data' param from AltosGraphNew constructor
[fw/altos] / altosui / AltosGraphUI.java
index 71aa0e6f9c719669ae54a56e182f85d510dc25a2..9b47211dc10fd3821f167df37ab42bb4a001fe01 100644 (file)
@@ -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);