From 2dd8982f738f287a21cecbc0746af7569ff04dd5 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Thu, 7 Jan 2016 18:53:42 +0100 Subject: dvb: cleanup dvb_params struct, remove some unneeded fds One was just used as an alias, the other one (sec_fd) was not used at all. Signed-off-by: wm4 --- stream/dvbin.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stream/dvbin.h') diff --git a/stream/dvbin.h b/stream/dvbin.h index baa7ba4e13..a25d2dc933 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -95,12 +95,10 @@ typedef struct { typedef struct dvb_params { struct mp_log *log; - int fd; int card; int fe_fd; - int sec_fd; - int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt; int dvr_fd; + int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt; dvb_config_t *config; dvb_channels_list *list; -- cgit v1.2.3