summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosParse.java
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/altosui/AltosParse.java')
-rw-r--r--ao-tools/altosui/AltosParse.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/ao-tools/altosui/AltosParse.java b/ao-tools/altosui/AltosParse.java
index 4d82de78..fbfcaaee 100644
--- a/ao-tools/altosui/AltosParse.java
+++ b/ao-tools/altosui/AltosParse.java
@@ -20,8 +20,6 @@ package altosui;
import java.text.*;
import java.lang.*;
-import altosui.Altos;
-
public class AltosParse {
static boolean isdigit(char c) {
return '0' <= c && c <= '9';