summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-08 02:12:36 +0200
committerwm4 <wm4@nowhere>2013-09-08 03:03:58 +0200
commit68e331851ad206b7504353e864d5720c9d0d73e1 (patch)
tree7f34dadb6e557e3c3e3d4ee2d6996dddf3c666ec /mpvcore/options.h
parent0509532d702e53ec77e47c38a3c92575a8843dcb (diff)
downloadmpv-68e331851ad206b7504353e864d5720c9d0d73e1.tar.bz2
mpv-68e331851ad206b7504353e864d5720c9d0d73e1.tar.xz
options: remove --(no-)mouseinput option
I have no idea why it exists, as it's redundant to --(no-)mouse-movements.
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index 99291b9a38..a0fe23f050 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -32,7 +32,6 @@ typedef struct mp_vo_opts {
int keepaspect;
int border;
- int nomouse_input;
int enable_mouse_movements;
int64_t WinID;