dvb: remove the create only tv/radio services, this was a bad idea!

(cherry picked from commit c83b0cba2f)

Conflicts:

	src/dvb/dvb_tables.c
This commit is contained in:
Adam Sutton 2013-04-18 15:21:59 +01:00
parent 64a757b793
commit 8e08c9de08

View file

@ -435,10 +435,6 @@ dvb_sdt_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
}
}
if (!servicetype_is_tv(stype) &&
!servicetype_is_radio(stype))
continue;
if (!(t = dvb_service_find(tdmi, service_id, 0, NULL)))
continue;