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;