summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-01 18:36:45 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:04:46 +0200
commit6a5f00b875131b99ce7a771f23d608b3f0866d70 (patch)
tree88568c8d373f69321e7612fc9d46469a33b2a212 /libvo/video_out.h
parent89a57148934ec7f150a6170ac1313f6f5c636596 (diff)
downloadmpv-6a5f00b875131b99ce7a771f23d608b3f0866d70.tar.bz2
mpv-6a5f00b875131b99ce7a771f23d608b3f0866d70.tar.xz
cleanup: video_out: remove vo_subdevice global variable
This wasn't accessed anymore. This is all what was left of mplayer2 commit c54fae82fd16 ("vo: fix crash if all VO open fallback attempts fail").
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 3e46722dfd..e98dd36a72 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -324,8 +324,6 @@ extern int enable_mouse_movements;
extern int vo_pts;
extern float vo_fps;
-extern char *vo_subdevice;
-
extern int vo_colorkey;
extern int64_t WinID;