From bb679dd40a80e72272dec0c8621b888f4365852c Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 24 Apr 2008 08:16:11 +0300 Subject: Remove global vo_flags Move the information to struct sh_video field. --- libvo/video_out.c | 2 -- libvo/video_out.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'libvo') diff --git a/libvo/video_out.c b/libvo/video_out.c index 9b0ca48504..de060dacf6 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -24,8 +24,6 @@ #include "x11_common.h" #endif -//int vo_flags=0; - int xinerama_screen = -1; int xinerama_x; int xinerama_y; diff --git a/libvo/video_out.h b/libvo/video_out.h index 9b7d93de17..1c13183222 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -239,8 +239,6 @@ void vo_destroy(struct vo *vo); // NULL terminated array of all drivers extern const struct vo_driver *video_out_drivers[]; -extern int vo_flags; - extern int xinerama_screen; extern int xinerama_x; extern int xinerama_y; -- cgit v1.2.3