Merge branch 'prefs_interface' into altosdroid
[fw/altos] / altosui / AltosBTDevice.java
index 5e353fddc42be0433dbba9ff8a292f924975bf88..03e7cbeca929c97e4030b76c0346df4bd99f6b3d 100644 (file)
@@ -16,8 +16,6 @@
  */
 
 package altosui;
-import java.lang.*;
-import java.util.*;
 import libaltosJNI.*;
 
 public class AltosBTDevice extends altos_bt_device implements AltosDevice {
@@ -79,11 +77,13 @@ public class AltosBTDevice extends altos_bt_device implements AltosDevice {
                return libaltos.altos_bt_open(this);
        }
 
+       /*
        private boolean isAltusMetrum() {
                if (getName().startsWith(Altos.bt_product_telebt))
                        return true;
                return false;
        }
+       */
 
        public boolean matchProduct(int want_product) {