altoslib: AltosEepromMonitor had false import of altosuilib
authorKeith Packard <keithp@keithp.com>
Sun, 8 Dec 2013 19:41:09 +0000 (11:41 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Dec 2013 19:41:09 +0000 (11:41 -0800)
Not needed, and breaks the build

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosEepromMonitor.java

index 02cbed1e258fd91a02e2a6806d61b35c68443e66..eeef0678ad7f01e041bc609b1d640af7e2cf472b 100644 (file)
@@ -17,8 +17,6 @@
 
 package org.altusmetrum.altoslib_2;
 
-import org.altusmetrum.altosuilib_1.*;
-
 public interface AltosEepromMonitor {
 
        public void set_states(int min_state, int max_state);