From 475fe453cc8fa828e395da100cf2c07e1e6542ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Dec 2015 19:44:47 +0100 Subject: stream: drop PVR support This is only for specific Hauppage cards. According to the comments in who is actively using this feature. Get it out of the way. Anyone who still wants to use this should complain. Keeping this code would not cause terribly much additional work, and it could be restored again. (But not if the request comes months later.) --- stream/stream.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream/stream.c') diff --git a/stream/stream.c b/stream/stream.c index a2c0ea2a9d..1ceb184c48 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -57,7 +57,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_pvr; extern const stream_info_t stream_info_smb; extern const stream_info_t stream_info_null; extern const stream_info_t stream_info_memory; @@ -90,9 +89,6 @@ static const stream_info_t *const stream_list[] = { #if HAVE_TV &stream_info_tv, #endif -#if HAVE_PVR - &stream_info_pvr, -#endif #if HAVE_LIBSMBCLIENT &stream_info_smb, #endif -- cgit v1.2.3