diff options
author | Mike Beattie <mike@ethernal.org> | 2012-09-16 22:27:04 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-09-16 22:27:04 +1200 |
commit | 52d3cad4f744140e1aa06fdfc0d49a0cf8734fd4 (patch) | |
tree | 2135a1ea041198783910252fb4a822ee9be566bd /altosui/AltosDebug.java | |
parent | 31f5a02654cbf172beed25f4c518dfb7be8c714e (diff) | |
parent | 6e0d672b8a516a604d8ea1abd2bed113c608143f (diff) |
Merge branch 'prefs_interface' into altosdroid
Diffstat (limited to 'altosui/AltosDebug.java')
-rw-r--r-- | altosui/AltosDebug.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/altosui/AltosDebug.java b/altosui/AltosDebug.java index 23e38bc0..16b10c3a 100644 --- a/altosui/AltosDebug.java +++ b/altosui/AltosDebug.java @@ -17,13 +17,7 @@ package altosui; -import java.lang.*; import java.io.*; -import java.util.concurrent.*; -import java.util.*; -import org.altusmetrum.AltosLib.*; - -import libaltosJNI.*; public class AltosDebug extends AltosSerial { |