diff options
author | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:13:35 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:13:35 +1200 |
commit | ce1b19a012a2c1c623b03efb93b881e297736718 (patch) | |
tree | 4b8872dde26d43a4d10f65aa412da8970839c2e7 /altosui/AltosFlashUI.java | |
parent | 382c54a0d052c8975b57c995ef83bc8934bde242 (diff) |
altosui: comment out un-used fields and methods
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui/AltosFlashUI.java')
-rw-r--r-- | altosui/AltosFlashUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosFlashUI.java b/altosui/AltosFlashUI.java index 3ccfa76c..f8c24b16 100644 --- a/altosui/AltosFlashUI.java +++ b/altosui/AltosFlashUI.java @@ -286,7 +286,7 @@ public class AltosFlashUI if (!select_source_file()) return; build_dialog(); - flash_task f = new flash_task(this); + //flash_task f = new flash_task(this); } static void show(JFrame frame) { |