summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-10-06 16:25:49 -0700
committerKeith Packard <keithp@keithp.com>2010-10-06 16:44:06 -0700
commitc2c4d515ef9cc2cae8a8f2803e9498bb0794c4ed (patch)
tree0b106a7e38c77de4b3479cacb72250a775c1f660 /ao-tools/altosui/AltosUI.java
parentd5caf6f2f4d9257e26aa4305b26c02d1b263fa24 (diff)
altosui: Remove ability to graph data in .csv files
There's no reason to support these files when the raw .eeprom or .telem files which generate them should be used instead. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosUI.java')
-rw-r--r--ao-tools/altosui/AltosUI.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/ao-tools/altosui/AltosUI.java b/ao-tools/altosui/AltosUI.java
index 71481519..28ed42fb 100644
--- a/ao-tools/altosui/AltosUI.java
+++ b/ao-tools/altosui/AltosUI.java
@@ -59,10 +59,6 @@ public class AltosUI extends JFrame {
private AltosLog altos_log;
private Box vbox;
- private Font statusFont = new Font("SansSerif", Font.BOLD, 24);
- private Font infoLabelFont = new Font("SansSerif", Font.PLAIN, 14);
- private Font infoValueFont = new Font("Monospaced", Font.PLAIN, 14);
-
public AltosVoice voice = new AltosVoice();
public static boolean load_library(Frame frame) {