summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-09 22:39:24 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit95c4f0f7698879f28cec7159f03fc7fd211bcff7 (patch)
tree55691cd6cdc53cf4395186efc8da4931f63549a8
parenta4321cf6877f47a381ff40bea73ca2934635ea58 (diff)
downloadmpv-95c4f0f7698879f28cec7159f03fc7fd211bcff7.tar.bz2
mpv-95c4f0f7698879f28cec7159f03fc7fd211bcff7.tar.xz
input: remove unused field
This was forgotten in commit fb9bbf2a0d7f8.
-rw-r--r--input/cmd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/cmd.h b/input/cmd.h
index 8ee536f0e1..01f2d8356f 100644
--- a/input/cmd.h
+++ b/input/cmd.h
@@ -89,7 +89,6 @@ struct mp_cmd_arg {
};
typedef struct mp_cmd {
- int id;
char *name;
struct mp_cmd_arg *args;
int nargs;