summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:32:55 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:23 +0100
commit7985d4fd3452ba5feed240ab86ba1c088547e98e (patch)
treed400e26120911aeca9f603c27b6895e50752a137 /libvo/video_out.h
parent0502b6967275569fe0bc2ca69c55b491cc9f6bd2 (diff)
downloadmpv-7985d4fd3452ba5feed240ab86ba1c088547e98e.tar.bz2
mpv-7985d4fd3452ba5feed240ab86ba1c088547e98e.tar.xz
options: remove --adapter
This probably didn't do anything. Maybe OpenGL VOs on win32 actually could make use of it, but even then it probably didn't work.
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index a36c56aa90..539a9b5043 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -316,7 +316,6 @@ extern int vo_vsync;
extern int vo_fs;
extern int vo_fsmode;
extern float vo_panscan;
-extern int vo_adapter_num;
extern int vo_refresh_rate;
extern int vo_keepaspect;
extern int vo_rootwin;