From a1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Mar 2013 00:24:34 +0100 Subject: 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. --- core/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/options.h') 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; -- cgit v1.2.3