From 436bf04d5f59ace8c001f7f22ae3e177f6b90a2a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 24 Oct 2019 16:27:24 +0200 Subject: client API: remove unused global event mask Apparently this was only added and used for cache update stuff, which was changed in commit 8dbc93a94cdc3c. Now it's unused, messy, ugly, and is in the way, so get rid of it. --- player/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/client.h') diff --git a/player/client.h b/player/client.h index e9e8665e70..186238396d 100644 --- a/player/client.h +++ b/player/client.h @@ -29,7 +29,6 @@ int mp_client_send_event(struct MPContext *mpctx, const char *client_name, uint64_t reply_userdata, int event, void *data); int mp_client_send_event_dup(struct MPContext *mpctx, const char *client_name, int event, void *data); -bool mp_client_event_is_registered(struct MPContext *mpctx, int event); void mp_client_property_change(struct MPContext *mpctx, const char *name); struct mpv_handle *mp_new_client(struct mp_client_api *clients, const char *name); -- cgit v1.2.3