altoslib: Remove unused fake product_micropeak_serial
authorKeith Packard <keithp@keithp.com>
Wed, 2 Jan 2013 18:48:56 +0000 (10:48 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 2 Jan 2013 18:48:56 +0000 (10:48 -0800)
Code cleanups have made this no longer useful

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

index 6713845013e9299ec24bc1db3ad65324455db00f..07516aebd389fe3af4fcac245ffb42fa25ef8b1c 100644 (file)
@@ -97,7 +97,6 @@ public class AltosLib {
        public final static int product_any = 0x10000;
        public final static int product_basestation = 0x10000 + 1;
        public final static int product_altimeter = 0x10000 + 2;
-       public final static int product_micropeak_serial = 0x10000 + 3;
 
        /* Bluetooth "identifier" (bluetooth sucks) */
        public final static String bt_product_telebt = "TeleBT";