summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/stream.c b/stream/stream.c
index fd2bd8c163..273ab06959 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -46,7 +46,6 @@
extern const stream_info_t stream_info_cdda;
extern const stream_info_t stream_info_dvb;
-extern const stream_info_t stream_info_tv;
extern const stream_info_t stream_info_smb;
extern const stream_info_t stream_info_null;
extern const stream_info_t stream_info_memory;
@@ -75,9 +74,6 @@ static const stream_info_t *const stream_list[] = {
#if HAVE_DVBIN
&stream_info_dvb,
#endif
-#if HAVE_TV
- &stream_info_tv,
-#endif
#if HAVE_LIBSMBCLIENT
&stream_info_smb,
#endif