summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-04 10:31:24 +0200
committerwm4 <wm4@nowhere>2014-05-04 10:31:24 +0200
commit94441ed13963356fa25f7e52a12e36387220ebba (patch)
treeae240ca341bf05447b35d5c74dcb8e54e9addb6d /options/options.h
parentf26fe90c8af7fe9d394ab4d000de9d34796ba05c (diff)
downloadmpv-94441ed13963356fa25f7e52a12e36387220ebba.tar.bz2
mpv-94441ed13963356fa25f7e52a12e36387220ebba.tar.xz
options: merge ---sub-auto-match with --sub-auto
There's no reason why these should be separate.
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 2ceaa02965..da16422ff1 100644
--- a/options/options.h
+++ b/options/options.h
@@ -196,7 +196,6 @@ typedef struct MPOpts {
char **sub_name;
char **sub_paths;
int sub_auto;
- int sub_match_fuzziness;
int osd_bar_visible;
float osd_bar_align_x;
float osd_bar_align_y;