From 827120cb75444b9d3deb88f34857c11ded800c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 3 Apr 2008 19:42:37 +0000 Subject: [PATCH] Remove unused member --- tvhead.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tvhead.h b/tvhead.h index 0cf1bd26..7534c4cf 100644 --- a/tvhead.h +++ b/tvhead.h @@ -205,8 +205,6 @@ typedef struct th_dvb_table { */ typedef struct th_dvb_adapter { - LIST_ENTRY(th_dvb_adapter) tda_adapter_to_mux_link; - struct th_dvb_mux_instance_list tda_muxes_configured; struct th_dvb_mux_instance_list tda_muxes_active;