Remove unused playSilenceOrSleep macro
git-svn-id: https://svn.musicpd.org/mpd/trunk@4323 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
b4b1879cc0
commit
5d551d9e4d
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue