Remove unused field 'ch_epg_cur_event' from channel_t
This commit is contained in:
parent
e05c773d2a
commit
42ad936a2d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue