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-30 17:54:15 +0200
commit144c67efaf1d2fd397b3d0b1a799a8aa2f87c7f9 (patch)
tree51c4d1aa578ee3ab859b81b54618699ec5fa3e83 /wscript_build.py
parent96d7e80ddfe88425d73b8581c1409364b005ade9 (diff)
downloadmpv-144c67efaf1d2fd397b3d0b1a799a8aa2f87c7f9.tar.bz2
mpv-144c67efaf1d2fd397b3d0b1a799a8aa2f87c7f9.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 cf3ccbfe45..31e7c12598 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -239,7 +239,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" ),