input: remove unused field

This was forgotten in commit fb9bbf2a0d.
This commit is contained in:
wm4 2018-05-09 22:39:24 +02:00
parent a4321cf687
commit 95c4f0f769
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ struct mp_cmd_arg {
};
typedef struct mp_cmd {
int id;
char *name;
struct mp_cmd_arg *args;
int nargs;