summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 01:50:19 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:46:40 +0300
commit432e8ff4a568b1040cae43df4aa6a602c86c6162 (patch)
tree2004262fd16a6dd1f9641eaf271b5d1829f9ebe8 /libvo/video_out.c
parenta2212a71a74718d71673336a6b08b11f6cf1535b (diff)
downloadmpv-432e8ff4a568b1040cae43df4aa6a602c86c6162.tar.bz2
mpv-432e8ff4a568b1040cae43df4aa6a602c86c6162.tar.xz
Move vo_depthonscreen to x11 struct
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 179384fd33..7e3781020b 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -31,7 +31,6 @@ int xinerama_x;
int xinerama_y;
// currect resolution/bpp on screen: (should be autodetected by vo_init())
-int vo_depthonscreen=0;
int vo_screenwidth=0;
int vo_screenheight=0;