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