From 230032b3801eb035e6525395ace597056d9cd4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 16 Nov 2012 09:50:38 +0100 Subject: [PATCH] dvb: Remove tdmi_time (unused) --- src/dvb/dvb.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dvb/dvb.h b/src/dvb/dvb.h index 0a223df8..94b2616b 100644 --- a/src/dvb/dvb.h +++ b/src/dvb/dvb.h @@ -105,9 +105,6 @@ typedef struct th_dvb_mux_instance { uint32_t tdmi_fec_err_histogram[TDMI_FEC_ERR_HISTOGRAM_SIZE]; int tdmi_fec_err_ptr; - time_t tdmi_time; - - LIST_HEAD(, th_dvb_table) tdmi_tables; int tdmi_num_tables;