altosui: Remove igniter voltages from chart.
[fw/altos] / altosui / AltosGraphUI.java
index 030bbc25d4dd25f54c114caaa98124979f14b8fc..59e92499e6a64439a32ce78b99f91a63122ffc6d 100644 (file)
@@ -122,9 +122,7 @@ public class AltosGraphUI extends JFrame
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)
                        .addElement(speed)
-                       .addElement(acceleration)
-                       .addElement(drogue_voltage)
-                       .addElement(main_voltage) );
+                       .addElement(acceleration) );
 
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)