X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosuilib%2FAltosDisplayThread.java;h=5e691ac4c47683bb603ac163f28c4665f2206b2e;hb=8794920328c8311372f83e4e5656ce14c7f8336b;hp=3fcc02dac353bba782fb15b85218c69d7b20fcd3;hpb=a61217f0a6d0ef48b6471f632c4600255867e831;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) { } } }