summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-20 23:43:10 +0200
committerwm4 <wm4@nowhere>2014-10-20 23:43:10 +0200
commitb79f291f4bb6f3f2efb24b9f03829784c17a0541 (patch)
treef1b6ef3717a3d0d6e834b67830cd894d623d9eeb /player/command.h
parenta67be5dd05302e29f03f34e8758a779cb21c487c (diff)
downloadmpv-b79f291f4bb6f3f2efb24b9f03829784c17a0541.tar.bz2
mpv-b79f291f4bb6f3f2efb24b9f03829784c17a0541.tar.xz
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.
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h1
1 files changed, 0 insertions, 1 deletions
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 */