Merge branch 'prefs_interface' into altosdroid
[fw/altos] / altosui / AltosConfigTD.java
index fcf1efb1c619d62e3b7f39a3e79d655d3d014d9a..e7b9b81f691cbf085c5d73f50cc379664ac3fe15 100644 (file)
@@ -337,11 +337,6 @@ public class AltosConfigTD implements ActionListener {
                                                                            device.toShortString()),
                                                              "Device in use",
                                                              JOptionPane.ERROR_MESSAGE);
-                       } catch (IOException ee) {
-                               JOptionPane.showMessageDialog(owner,
-                                                             device.toShortString(),
-                                                             ee.getLocalizedMessage(),
-                                                             JOptionPane.ERROR_MESSAGE);
                        }
                }
        }