From 68e331851ad206b7504353e864d5720c9d0d73e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Sep 2013 02:12:36 +0200 Subject: options: remove --(no-)mouseinput option I have no idea why it exists, as it's redundant to --(no-)mouse-movements. --- mpvcore/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mpvcore/options.h') 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; -- cgit v1.2.3