]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb: Remove tdmi_got_adapter and tdmi_lost_adapter (unused)
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 16 Nov 2012 08:49:17 +0000 (09:49 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 21 Nov 2012 08:26:19 +0000 (09:26 +0100)
src/dvb/dvb.h
src/dvb/dvb_fe.c

index beca3dbb980e0ba56172307605c8190de72fa64d..0a223df870bc834f8c20df711c6f0c32d03af01e 100644 (file)
@@ -128,9 +128,6 @@ typedef struct th_dvb_mux_instance {
 
   int tdmi_enabled;
 
-  time_t tdmi_got_adapter;
-  time_t tdmi_lost_adapter;
-
   dvb_mux_conf_t tdmi_conf;
 
   /* Linked if tdmi_conf.dmc_satconf != NULL */
index 9660ce0afc8a43dcde2b338396e6ef074ab26caf..d8b5ba27061a9665c5700ca6d9f2f4d80133a307 100644 (file)
@@ -279,8 +279,6 @@ dvb_fe_stop(th_dvb_mux_instance_t *tdmi, int retune)
 
   epggrab_mux_stop(tdmi, 0);
 
-  time(&tdmi->tdmi_lost_adapter);
-
   if (!retune) {
     gtimer_disarm(&tda->tda_fe_monitor_timer);
     dvb_adapter_stop(tda);