Remove unused field 'ch_epg_cur_event' from channel_t

This commit is contained in:
Andreas Öman 2008-09-21 10:32:37 +00:00
parent e05c773d2a
commit 42ad936a2d

View file

@ -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;