summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-06 00:24:34 +0100
committerwm4 <wm4@nowhere>2013-03-06 00:24:34 +0100
commita1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c (patch)
tree59d1833408b0682f8658a3751b6ee4940918f6ad /core/options.h
parent3a0d647e0fd773a1ddd535ef21301b9f3d1fb58f (diff)
downloadmpv-a1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c.tar.bz2
mpv-a1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c.tar.xz
options: remove --no-vsync
Latest nvidia drivers ignore the application setting, so this switch makes even less sense than before. It's still possible to control this with VO specific suboptions.
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h
index 3d4c05bcc1..a6724959aa 100644
--- a/core/options.h
+++ b/core/options.h
@@ -11,7 +11,6 @@ typedef struct mp_vo_opts {
int screenheight;
int ontop;
bool fs;
- int vsync;
int screen_id;
int fsscreen_id;
int stop_screensaver;