From 2337fa4e0213993398d36cb3222633766d677dfd Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Mar 2020 19:23:14 +0100 Subject: command: remove legacy hook API Hopefully nothing uses this. (I know one exception, but, well, what can I do.) --- player/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index 268a7ab0d4..1b3154394a 100644 --- a/player/command.h +++ b/player/command.h @@ -107,7 +107,7 @@ bool mp_hook_test_completion(struct MPContext *mpctx, char *type); void mp_hook_start(struct MPContext *mpctx, char *type); int mp_hook_continue(struct MPContext *mpctx, char *client, uint64_t id); void mp_hook_add(struct MPContext *mpctx, const char *client, const char *name, - uint64_t user_id, int pri, bool legacy); + uint64_t user_id, int pri); void mark_seek(struct MPContext *mpctx); -- cgit v1.2.3