From cf61928eecd87ba29324e501a3e4a0efde25d874 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Oct 2012 16:50:13 +0200 Subject: vo_gl, options: remove doublebuffering option (--double) Useless. It complicated the code and caused flicker, and was useless otherwise. The manpage describes this option as "should not normally be used". One possibly useful effect from the point of view of the user was that vsync was disabled. You can do this with the --vsync option, or by changing X/driver settings directly. --- libvo/video_out.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index cdda6ec79f..e94c8186c5 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -310,7 +310,6 @@ extern int xinerama_x; extern int xinerama_y; extern int vo_grabpointer; -extern int vo_doublebuffering; extern int vo_vsync; extern int vo_fs; extern int vo_fsmode; -- cgit v1.2.3