summaryrefslogtreecommitdiff
path: root/altosui/AltosEepromManage.java
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-09-14 13:13:35 +1200
committerMike Beattie <mike@ethernal.org>2012-09-14 13:13:35 +1200
commitce1b19a012a2c1c623b03efb93b881e297736718 (patch)
tree4b8872dde26d43a4d10f65aa412da8970839c2e7 /altosui/AltosEepromManage.java
parent382c54a0d052c8975b57c995ef83bc8934bde242 (diff)
altosui: comment out un-used fields and methods
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui/AltosEepromManage.java')
-rw-r--r--altosui/AltosEepromManage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosEepromManage.java b/altosui/AltosEepromManage.java
index e6739e77..b8de77da 100644
--- a/altosui/AltosEepromManage.java
+++ b/altosui/AltosEepromManage.java
@@ -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);