summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-05-26 01:11:54 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commit900a9624f9156dd1160b2488536156f9e9e654bd (patch)
tree4ca36ee821f4913d00bf35c33b06da0549e124b8 /options/options.h
parentf68d9e75f8957957a9b97e2883a9482fd0b6479a (diff)
downloadmpv-900a9624f9156dd1160b2488536156f9e9e654bd.tar.bz2
mpv-900a9624f9156dd1160b2488536156f9e9e654bd.tar.xz
options: remove --chapter
Has been deprecated for almost 3 years. Manpage didn't mention the deprecation, but CLI and release notes did. It wouldn't be much effort to keep this option working, but I just don't see the damn point. --start/--end can specify chapters using special syntax, which is equivalent.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 26693221a3..8489c79aa9 100644
--- a/options/options.h
+++ b/options/options.h
@@ -194,7 +194,6 @@ typedef struct MPOpts {
char *force_configdir;
int use_filedir_conf;
int hls_bitrate;
- int chapterrange[2];
int edition_id;
int correct_pts;
int initial_audio_sync;