summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
-rw-r--r--options/options.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/options/options.c b/options/options.c
index 1e3c98c087..955526f740 100644
--- a/options/options.c
+++ b/options/options.c
@@ -510,7 +510,6 @@ const m_option_t mp_opts[] = {
OPT_FLAG("slave-broken", slave_mode, CONF_GLOBAL),
OPT_FLAG("idle", player_idle_mode, M_OPT_GLOBAL),
OPT_FLAG("input-terminal", consolecontrols, CONF_GLOBAL),
- OPT_FLAG("input-cursor", vo.enable_mouse_movements, CONF_GLOBAL),
OPT_SUBSTRUCT("screenshot", screenshot_image_opts, image_writer_conf, 0),
OPT_STRING("screenshot-template", screenshot_template, 0),
@@ -550,7 +549,6 @@ const struct MPOpts mp_default_opts = {
.monitor_pixel_aspect = 1.0,
.screen_id = -1,
.fsscreen_id = -1,
- .enable_mouse_movements = 1,
.panscan = 0.0f,
.keepaspect = 1,
.border = 1,
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;