aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/decode.c b/src/decode.c
index 51c951c51..1ed2c00ee 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -388,17 +388,6 @@ int decoderInit(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) {
return 0;
}
-#define copyMetadata() { \
- memcpy(pc->metadata, metadata, DECODE_METADATA_LENGTH); \
- pc->name = name; \
- pc->title = title; \
- pc->artist = artist; \
- pc->album = album; \
- gotMetadata = 0; \
- pc->metadataState = PLAYER_METADATA_STATE_READ; \
- kill(getppid(), SIGUSR1); \
-}
-
void handleMetadata(OutputBuffer * cb, PlayerControl * pc, int * previous,
int * currentChunkSent, MetadataChunk * currentChunk)
{