altosui: comment out un-used fields and methods
[fw/altos] / altosui / AltosEepromManage.java
index e6739e770eb0f55e572d3876a174e8d11e82a13e..b8de77dabbc93721437defb51cbe24cc545d101e 100644 (file)
@@ -153,7 +153,7 @@ public class AltosEepromManage implements ActionListener {
                                                      ee.getLocalizedMessage(),
                                                      JOptionPane.ERROR_MESSAGE);
                } else if (e instanceof TimeoutException) {
-                       TimeoutException te = (TimeoutException) e;
+                       //TimeoutException te = (TimeoutException) e;
                        JOptionPane.showMessageDialog(frame,
                                                      String.format("Communications failed with \"%s\"",
                                                                    device.toShortString()),
@@ -194,7 +194,7 @@ public class AltosEepromManage implements ActionListener {
 
        public AltosEepromManage(JFrame given_frame) {
 
-               boolean running = false;
+               //boolean       running = false;
 
                frame = given_frame;
                device = AltosDeviceDialog.show(frame, Altos.product_any);