From 6a5f00b875131b99ce7a771f23d608b3f0866d70 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Sep 2012 18:36:45 +0200 Subject: 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"). --- libvo/video_out.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo/video_out.h') 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; -- cgit v1.2.3