summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-18 01:22:03 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-18 01:22:03 +0000
commit766e2f7af34bcc3a9f38a94e97b5d65120724ed4 (patch)
treee1407e08c093e8f088161c63ec5f4fd55c633ea5 /libvo/video_out.c
parent7ac030210a28505b0816d9a14b2f6613a2d2aa31 (diff)
downloadmpv-766e2f7af34bcc3a9f38a94e97b5d65120724ed4.tar.bz2
mpv-766e2f7af34bcc3a9f38a94e97b5d65120724ed4.tar.xz
d_width==screenwidth && -fs hopefully fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7436 b3059339-0415-0410-9bf9-f77b7e298cf2
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;