remove unused code

This commit is contained in:
Andreas Öman 2008-02-13 20:24:16 +00:00
parent 1f3044f3c6
commit f043211140

3
pvr.c
View file

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