From c69cc31de0818f8bf42431dcbc1f9de4451a0456 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jan 2010 21:45:28 +0100 Subject: decoder/mad: fix build error without libid3tag --- src/decoder/mad_plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/decoder/mad_plugin.c') diff --git a/src/decoder/mad_plugin.c b/src/decoder/mad_plugin.c index 8f64ae8d3..87dfbeabd 100644 --- a/src/decoder/mad_plugin.c +++ b/src/decoder/mad_plugin.c @@ -422,7 +422,6 @@ static void mp3_parse_id3(struct mp3_data *data, size_t tagsize, g_free(allocated); #else /* !HAVE_ID3TAG */ (void)mpd_tag; - (void)replay_gain_info_r; /* This code is enabled when libid3tag is disabled. Instead of parsing the ID3 frame, it just skips it. */ -- cgit v1.2.3