From 6fa2c52589254d7c43901acbcbb9bc837bcb2043 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 26 Mar 2014 16:55:27 +0100 Subject: stream_cdda: remove unused stuff This cd_info_t struct was practically unused. The only thing it did was storing the track name of the form "Track %d" in a very roundabout way. Remove it. (It made more sense when there was still CDDB support.) --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 117180ca7c..f2135fee1c 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -229,7 +229,6 @@ def build(ctx): ( "stream/ai_sndio.c", "sndio" ), ( "stream/audio_in.c", "audio-input" ), ( "stream/cache.c" ), - ( "stream/cdinfo.c", "cdda"), ( "stream/cookies.c" ), ( "stream/dvb_tune.c", "dvbin" ), ( "stream/frequencies.c", "tv" ), -- cgit v1.2.3