summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-27 21:53:29 +0200
committerwm4 <wm4@nowhere>2014-07-27 21:53:29 +0200
commit4c533fbb16b99c4b28fbd968d81bb0b44e3084b5 (patch)
treeceefb95dadc18ee01c29bc6c556d07ad9a8bc22c /options/options.h
parent89391e7c949216d7edec461e9bb2cb6c787475c6 (diff)
downloadmpv-4c533fbb16b99c4b28fbd968d81bb0b44e3084b5.tar.bz2
mpv-4c533fbb16b99c4b28fbd968d81bb0b44e3084b5.tar.xz
vo: remove vo_mouse_movement() wrapper
So that VO backends don't have to access the VO just for that.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index 81c7e394a2..51867b9cc9 100644
--- a/options/options.h
+++ b/options/options.h
@@ -29,8 +29,6 @@ typedef struct mp_vo_opts {
int keepaspect;
int border;
- int enable_mouse_movements;
-
int64_t WinID;
float force_monitor_aspect;