altosui: Remove igniter voltages from chart.
authorKeith Packard <keithp@keithp.com>
Sat, 8 Oct 2011 22:07:57 +0000 (16:07 -0600)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Oct 2011 22:07:57 +0000 (16:07 -0600)
These are just annoying; when we add the ability to turn stuff on/off
on the fly, we can add them to the list of available items.

Signed-off-by: Keith Packard <keithp@keithp.com>
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)