From dc00566963b35c931a4cf489d4361daa8283697a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 May 2018 20:20:21 +0200 Subject: command: handle list commands like normal commands Pretty annoying. --- input/cmd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'input') 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; -- cgit v1.2.3