summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-06 23:20:33 +0200
committerwm4 <wm4@nowhere>2014-05-06 23:20:33 +0200
commit5704958573b15e7851d5428c4eb4d7c20283ef7c (patch)
tree7d418c9b5426e2aa3a05f4fb586e8c8b9b1be597 /video/out/vo.h
parentf0ee4e876650f7406d41eed439963d66826d8487 (diff)
downloadmpv-5704958573b15e7851d5428c4eb4d7c20283ef7c.tar.bz2
mpv-5704958573b15e7851d5428c4eb4d7c20283ef7c.tar.xz
vo: remove old stuff
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 8ee53f9420..fe7fd151e8 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -68,7 +68,6 @@ enum mp_voctrl {
VOCTRL_SET_DEINTERLACE,
VOCTRL_GET_DEINTERLACE,
- VOCTRL_UPDATE_SCREENINFO,
VOCTRL_WINDOW_TO_OSD_COORDS, // float[2] (x/y)
VOCTRL_GET_WINDOW_SIZE, // int[2] (w/h)
VOCTRL_SET_WINDOW_SIZE, // int[2] (w/h)
@@ -259,13 +258,6 @@ struct vo {
struct input_ctx *input_ctx;
int event_fd; // check_events() should be called when this has input
- // requested position/resolution (usually window position/window size)
- int dx;
- int dy;
-
- int xinerama_x;
- int xinerama_y;
-
// current window state
int dwidth;
int dheight;