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