From aad03e3cab4c328e53d3df47b6dac1d3f7a49229 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 8 Oct 2011 16:07:57 -0600 Subject: [PATCH] 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 --- altosui/AltosGraphUI.java | 4 +--- 1 file changed, 1 insertion(+), 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) -- 2.30.2