summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosFlashUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-13 15:19:14 -0800
committerKeith Packard <keithp@keithp.com>2010-11-13 15:19:14 -0800
commit8463ffcaca6bcd31e645aba71c171f548dce96d8 (patch)
tree2e8e59cfec68096996f4594ac0538b80ceebfc86 /ao-tools/altosui/AltosFlashUI.java
parenta6f30fae906bd87dff192c5fd4d10df283f99930 (diff)
altosui: Eliminate unncessary import altosui lines
Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosFlashUI.java')
-rw-r--r--ao-tools/altosui/AltosFlashUI.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/ao-tools/altosui/AltosFlashUI.java b/ao-tools/altosui/AltosFlashUI.java
index 86f57a5f..70c8c549 100644
--- a/ao-tools/altosui/AltosFlashUI.java
+++ b/ao-tools/altosui/AltosFlashUI.java
@@ -28,9 +28,6 @@ import java.text.*;
import java.util.prefs.*;
import java.util.concurrent.LinkedBlockingQueue;
-import altosui.AltosHexfile;
-import altosui.AltosFlash;
-
public class AltosFlashUI
extends JDialog
implements Runnable, ActionListener