diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-20 15:39:53 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-20 15:45:16 -0800 |
commit | cf03ab3383b679e6617e8ab7004be91e5a727562 (patch) | |
tree | aad7caba12149c4a3d74b73e1d5a6a023155974f /altosui/AltosVoice.java | |
parent | e1133481f2208fd16be8196977696da2cce430f3 (diff) |
altosui: Remove duplicate AltosUIPreferences.java
This lives in altosuilib now. Several files needed imports of
altosuilib added as a result.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosVoice.java')
-rw-r--r-- | altosui/AltosVoice.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosVoice.java b/altosui/AltosVoice.java index f84c1122..775c13d5 100644 --- a/altosui/AltosVoice.java +++ b/altosui/AltosVoice.java @@ -20,6 +20,7 @@ package altosui; import com.sun.speech.freetts.Voice; import com.sun.speech.freetts.VoiceManager; import java.util.concurrent.LinkedBlockingQueue; +import org.altusmetrum.altosuilib.*; public class AltosVoice implements Runnable { VoiceManager voice_manager; |