Merge remote-tracking branch 'mjb/master'
[fw/altos] / altosuilib / AltosUIMarker.java
index e2eb9028d147892b9d6a70794ff9dd0cb0bdee14..0949be6f94af3122ed0b31d2643eb16754b40c9f 100644 (file)
@@ -100,6 +100,12 @@ public class AltosUIMarker implements AltosUIGrapher {
                this.enabled = enable;
        }
 
+       public void setNotify(boolean notify) {
+       }
+
+       public void fireSeriesChanged() {
+       }
+
        public AltosUIMarker (int fetch, Color color, XYPlot plot) {
                this(fetch, color, plot, true);
        }