telegps: Add graph display
[fw/altos] / altosuilib / AltosUIGraph.java
index 909c471ba4b4c8c6cd32ecb66f36238b45a8cc5c..9cca088de48cfd38d23262f3e26d36618ee90522 100644 (file)
@@ -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
+}