linuxdvb: remove class delete method

This is redundant and should have been comitted with last IPTV change.
This commit is contained in:
Adam Sutton 2013-11-25 16:55:23 +00:00
parent 08fd5f7af5
commit 0e7601b140

View file

@ -97,18 +97,11 @@ linuxdvb_mux_class_delsys_set (void *o, const void *v)
return 1;
}
static void
linuxdvb_mux_class_delete ( idnode_t *self )
{
linuxdvb_mux_delete((mpegts_mux_t*)self);
}
const idclass_t linuxdvb_mux_class =
{
.ic_super = &mpegts_mux_class,
.ic_class = "linuxdvb_mux",
.ic_caption = "Linux DVB Multiplex",
.ic_delete = linuxdvb_mux_class_delete,
.ic_properties = (const property_t[]){
{}
}