]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: Remove unused 'Episode Duplicate Detect' option in DVR config, fixes #2715
authorJaroslav Kysela <perex@perex.cz>
Fri, 1 May 2015 16:23:24 +0000 (18:23 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 May 2015 16:23:24 +0000 (18:23 +0200)
src/dvr/dvr.h
src/dvr/dvr_config.c

index 2fc4ec139543efcd85bd1414ebb8ed63c2311373..e1c2237234da7d0f105aa33f889c49e74437dfac 100644 (file)
@@ -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 */
index 26e56b42db51217c10006bb9579591e11cde2172..cdc3a837c066a6e8ac4435fab5196d72da933373 100644 (file)
@@ -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",