summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
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.h
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.h')
-rw-r--r--libvo/video_out.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 9f55339838..29dc2fd496 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -170,11 +170,6 @@ extern int vo_dwidth;
extern int vo_dheight;
extern int vo_dbpp;
-extern int vo_old_x;
-extern int vo_old_y;
-extern int vo_old_width;
-extern int vo_old_height;
-
extern int vo_doublebuffering;
extern int vo_directrendering;
extern int vo_vsync;