remove unused code
This commit is contained in:
parent
1f3044f3c6
commit
f043211140
1 changed files with 0 additions and 3 deletions
3
pvr.c
3
pvr.c
|
@ -263,12 +263,9 @@ pvr_schedule_by_event(event_t *e, const char *creator)
|
|||
time_t stop = e->e_start + e->e_duration;
|
||||
time_t now;
|
||||
pvr_rec_t *pvrr;
|
||||
char buf[100];
|
||||
|
||||
time(&now);
|
||||
|
||||
event_time_txt(start, e->e_duration, buf, sizeof(buf));
|
||||
|
||||
if(stop < now)
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue