summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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;