summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-26 16:55:27 +0100
committerwm4 <wm4@nowhere>2014-03-26 16:55:27 +0100
commit6fa2c52589254d7c43901acbcbb9bc837bcb2043 (patch)
tree3599361d91b5159ab95b4e99ce396679c1693cec /wscript_build.py
parent32d818f02b4ed471c0d9f1d23fff784294d83c44 (diff)
downloadmpv-6fa2c52589254d7c43901acbcbb9bc837bcb2043.tar.bz2
mpv-6fa2c52589254d7c43901acbcbb9bc837bcb2043.tar.xz
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.)
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
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" ),