aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/decode.c6
1 files changed, 0 insertions, 6 deletions
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 && \