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.) --- old-makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 644fe5bcad..5d5e72410b 100644 --- a/old-makefile +++ b/old-makefile @@ -27,8 +27,7 @@ SOURCES_AUDIO_INPUT-$(ALSA) += stream/ai_alsa1x.c SOURCES_AUDIO_INPUT-$(OSS) += stream/ai_oss.c SOURCES_AUDIO_INPUT-$(SNDIO) += stream/ai_sndio.c SOURCES-$(AUDIO_INPUT) += $(SOURCES_AUDIO_INPUT-yes) -SOURCES-$(CDDA) += stream/stream_cdda.c \ - stream/cdinfo.c +SOURCES-$(CDDA) += stream/stream_cdda.c SOURCES-$(DVBIN) += stream/dvb_tune.c \ stream/stream_dvb.c SOURCES-$(DVDREAD) += stream/stream_dvd.c \ -- cgit v1.2.3