summaryrefslogtreecommitdiffstats
path: root/player/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-24 16:27:24 +0200
committerwm4 <wm4@nowhere>2019-10-24 16:27:24 +0200
commit436bf04d5f59ace8c001f7f22ae3e177f6b90a2a (patch)
treeda6137c39bd3a2419148ae1867a82fcb5c829468 /player/client.h
parent962a9fa9812eacd25dd96ce6bf3c0f7cdce4df1c (diff)
downloadmpv-436bf04d5f59ace8c001f7f22ae3e177f6b90a2a.tar.bz2
mpv-436bf04d5f59ace8c001f7f22ae3e177f6b90a2a.tar.xz
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.
Diffstat (limited to 'player/client.h')
-rw-r--r--player/client.h1
1 files changed, 0 insertions, 1 deletions
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);