summaryrefslogtreecommitdiff
path: root/altosuilib/AltosUIGraph.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-29 14:36:14 -0700
committerKeith Packard <keithp@keithp.com>2014-05-29 14:36:14 -0700
commitbf684a4c290573a3aa627fd8ddf6f6ebbe5fa057 (patch)
treea02bccd0d39daaa2cd5ac9bc87ebd4bc6393c552 /altosuilib/AltosUIGraph.java
parentf80075be4ebb9c5fe00c24b8c7638fad23267424 (diff)
telegps: Add graph display
Moved the altosui graph files to altosuilib and fixed things up. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIGraph.java')
-rw-r--r--altosuilib/AltosUIGraph.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/altosuilib/AltosUIGraph.java b/altosuilib/AltosUIGraph.java
index 909c471b..9cca088d 100644
--- a/altosuilib/AltosUIGraph.java
+++ b/altosuilib/AltosUIGraph.java
@@ -85,8 +85,6 @@ public class AltosUIGraph implements AltosUnitsListener {
public void addMarker(String label, int fetch, Color color) {
AltosUIMarker marker = new AltosUIMarker(fetch, color, plot);
- if (enable != null)
- enable.add(label, marker, true);
this.graphers.add(marker);
}
@@ -158,4 +156,4 @@ public class AltosUIGraph implements AltosUnitsListener {
AltosPreferences.register_units_listener(this);
}
-} \ No newline at end of file
+}