1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02: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 {
int id;
char *name;
struct mp_cmd_arg *args;
int nargs;