From 5d551d9e4d83fb751b13666e31aa45fd86f7de25 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 14 Jul 2006 18:02:23 +0000 Subject: Remove unused playSilenceOrSleep macro git-svn-id: https://svn.musicpd.org/mpd/trunk@4323 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/decode.c b/src/decode.c index 5cd14ecb2..3ef720081 100644 --- a/src/decode.c +++ b/src/decode.c @@ -100,12 +100,6 @@ int calculateCrossFadeChunks(PlayerControl * pc, AudioFormat * af) { return (int)chunks; } -#define playSilenceOrSleep() \ - if(isAudioDeviceOpen()) { \ - playAudio(silence, CHUNK_SIZE); \ - } \ - else my_usleep(10000); - #define handleDecodeStart() \ if(decodeWaitedOn) { \ if(dc->state!=DECODE_STATE_START && decode_pid > 0 && \ -- cgit v1.2.3