summaryrefslogtreecommitdiffstats
path: root/input/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd.c')
-rw-r--r--input/cmd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/input/cmd.c b/input/cmd.c
index 8c15c0109b..ceee2c7403 100644
--- a/input/cmd.c
+++ b/input/cmd.c
@@ -27,10 +27,6 @@
#include "libmpv/client.h"
-const struct mp_cmd_def mp_cmd_list = {
- .name = "list",
-};
-
static void destroy_cmd(void *ptr)
{
struct mp_cmd *cmd = ptr;