summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sub/sd.h b/sub/sd.h
index f7f0d320b4..d2f22c5828 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -39,10 +39,6 @@ struct sd {
struct ass_renderer *ass_renderer;
pthread_mutex_t *ass_lock;
- // If false, try to remove multiple subtitles.
- // (Only for decoders which have accept_packets_in_advance set.)
- bool no_remove_duplicates;
-
// Set by sub converter
const char *output_codec;
char *output_extradata;