altosui: Make bluetooth dialog modal
[fw/altos] / altosui / AltosUI.java
index 0fc6583ca11c46771eaf32df6d18a41414fec4a5..4b808c410d35912cdf896997847209168310e1df 100644 (file)
@@ -198,10 +198,6 @@ public class AltosUI extends JFrame {
        }
 
        private void ConnectToDevice() {
-               AltosBTManage   bt_manage;
-
-               bt_manage = new AltosBTManage(AltosBTDevice.bt_product_any, this);
-               bt_manage.list();
                AltosDevice     device = AltosDeviceDialog.show(AltosUI.this,
                                                                Altos.product_basestation);