diff options
author | Keith Packard <keithp@keithp.com> | 2012-09-20 11:29:55 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-09-20 11:29:55 +0200 |
commit | 19243ecc9b5bbdcc069ae24acf1ca807322c84d8 (patch) | |
tree | 649c4af273157afdebea960ab3692881ace8356d /altosui/AltosKML.java | |
parent | 90c1b6db8d1f401a992fe44983b3df64739fe263 (diff) | |
parent | 0ef8b7148784ed5bcbea21dde313fb02f50ef734 (diff) |
Merge remote-tracking branch 'mjb/altosui_mjb'
Diffstat (limited to 'altosui/AltosKML.java')
-rw-r--r-- | altosui/AltosKML.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/altosui/AltosKML.java b/altosui/AltosKML.java index 73a5ae53..57339b19 100644 --- a/altosui/AltosKML.java +++ b/altosui/AltosKML.java @@ -17,10 +17,7 @@ package altosui; -import java.lang.*; import java.io.*; -import java.text.*; -import java.util.*; import org.altusmetrum.AltosLib.*; public class AltosKML implements AltosWriter { |