From b79f291f4bb6f3f2efb24b9f03829784c17a0541 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Oct 2014 23:43:10 +0200 Subject: command: remove hook cancellation mechanism I doubt anyone will actually use this correctly. Also, there was a bug (a typo) which prevented it from working at all. --- player/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index f9bb7c49a0..0307bd06b7 100644 --- a/player/command.h +++ b/player/command.h @@ -45,6 +45,5 @@ uint64_t mp_get_property_event_mask(const char *name); bool mp_hook_test_completion(struct MPContext *mpctx, char *type); void mp_hook_run(struct MPContext *mpctx, char *client, char *type); -void mp_hook_abort(struct MPContext *mpctx, char *type); #endif /* MPLAYER_COMMAND_H */ -- cgit v1.2.3