1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00

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

View File

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