Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: Remove unused 'Episode Duplicate Detect' option in DVR config, f…
…ixes #2715
  • Loading branch information
perexg committed May 1, 2015
1 parent e0630fa commit 5971f7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/dvr/dvr.h
Expand Up @@ -63,7 +63,6 @@ typedef struct dvr_config {
int dvr_skip_commercials;
int dvr_subtitle_in_title;
int dvr_episode_before_date;
int dvr_episode_duplicate;
int dvr_windows_compatible_filenames;

/* Series link support */
Expand Down
7 changes: 0 additions & 7 deletions src/dvr/dvr_config.c
Expand Up @@ -571,13 +571,6 @@ const idclass_t dvr_config_class = {
.list = dvr_config_class_extra_list,
.group = 1,
},
{
.type = PT_BOOL,
.id = "episode-duplicate-detection",
.name = "Episode Duplicate Detect",
.off = offsetof(dvr_config_t, dvr_episode_duplicate),
.group = 1,
},
{
.type = PT_U32,
.id = "epg-update-window",
Expand Down

0 comments on commit 5971f7b

Please sign in to comment.