X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosuilib%2FAltosDisplayThread.java;h=5e691ac4c47683bb603ac163f28c4665f2206b2e;hb=06ca18ee67f80a9d1e25799930aca59e99e32d7f;hp=3fcc02dac353bba782fb15b85218c69d7b20fcd3;hpb=c8dbcaf69cd538a31ab6e2b568237ae7c8656a9a;p=fw%2Faltos diff --git a/altosuilib/AltosDisplayThread.java b/altosuilib/AltosDisplayThread.java index 3fcc02da..5e691ac4 100644 --- a/altosuilib/AltosDisplayThread.java +++ b/altosuilib/AltosDisplayThread.java @@ -159,9 +159,6 @@ public class AltosDisplayThread extends Thread { report(false); } } catch (InterruptedException ie) { - try { - voice.drain(); - } catch (InterruptedException iie) { } } }