dvb: Remove tdmi_got_adapter and tdmi_lost_adapter (unused)
This commit is contained in:
parent
b14e4ddb62
commit
2ebf808765
2 changed files with 0 additions and 5 deletions
|
@ -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 */
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue