From 42ad936a2df0761a51d8642d4406122b4361d422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 21 Sep 2008 10:32:37 +0000 Subject: [PATCH] Remove unused field 'ch_epg_cur_event' from channel_t --- channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.h b/channels.h index d03e0c4b..66285521 100644 --- a/channels.h +++ b/channels.h @@ -52,7 +52,7 @@ typedef struct channel { } ch_commercial_detection; struct event_tree ch_epg_events; - struct event *ch_epg_cur_event; + char *ch_icon; struct dvr_entry_list ch_dvrs;