summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-24 08:16:11 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 07:15:07 +0300
commitbb679dd40a80e72272dec0c8621b888f4365852c (patch)
tree61673a17f7a3296e179da6fbda6c11b82c1596e1 /libvo
parent60f104d4aaf9f1f990045ca255c343e77ed3078c (diff)
downloadmpv-bb679dd40a80e72272dec0c8621b888f4365852c.tar.bz2
mpv-bb679dd40a80e72272dec0c8621b888f4365852c.tar.xz
Remove global vo_flags
Move the information to struct sh_video field.
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c2
-rw-r--r--libvo/video_out.h2
2 files changed, 0 insertions, 4 deletions
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;