diff options
author | Keith Packard <keithp@keithp.com> | 2011-10-08 16:07:57 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-08 16:07:57 -0600 |
commit | aad03e3cab4c328e53d3df47b6dac1d3f7a49229 (patch) | |
tree | 13517abaf4b92ae0c44c9382eeb0f3c9850d300d /altosui/AltosGraphUI.java | |
parent | 6a7363b3ba99310bd44c9b66f6f5159e46762be4 (diff) |
altosui: Remove igniter voltages from chart.
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>
Diffstat (limited to 'altosui/AltosGraphUI.java')
-rw-r--r-- | altosui/AltosGraphUI.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java index 030bbc25..59e92499 100644 --- a/altosui/AltosGraphUI.java +++ b/altosui/AltosGraphUI.java @@ -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) |