Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvr timerec: remove unused variable
  • Loading branch information
perexg committed Oct 2, 2014
1 parent 2692fa6 commit d1efa31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dvr/dvr_timerec.c
Expand Up @@ -33,8 +33,6 @@
#include "dvr.h"
#include "epg.h"

static int dvr_timerec_in_init = 0;

struct dvr_timerec_entry_queue timerec_entries;

static gtimer_t dvr_timerec_timer;
Expand Down Expand Up @@ -583,7 +581,6 @@ dvr_timerec_init(void)
htsmsg_field_t *f;

TAILQ_INIT(&timerec_entries);
dvr_timerec_in_init = 1;
if((l = hts_settings_load("dvr/timerec")) != NULL) {
HTSMSG_FOREACH(f, l) {
if((c = htsmsg_get_map_by_field(f)) == NULL)
Expand All @@ -592,7 +589,6 @@ dvr_timerec_init(void)
}
htsmsg_destroy(l);
}
dvr_timerec_in_init = 0;
}

void
Expand Down

0 comments on commit d1efa31

Please sign in to comment.