summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index c8bb14b5f1..d6173e8dba 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -30,11 +30,6 @@ int vo_dwidth=0;
int vo_dheight=0;
int vo_dbpp=0;
-int vo_old_x = 0;
-int vo_old_y = 0;
-int vo_old_width = 0;
-int vo_old_height = 0;
-
int vo_doublebuffering = 0;
int vo_vsync = 0;
int vo_fs = 0;