summaryrefslogtreecommitdiffstats
path: root/player/lua.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-10 22:10:31 +0100
committerwm4 <wm4@nowhere>2014-02-10 22:10:31 +0100
commitbbdc47ee80beb5b710c9ad1deb48b1a20f45d42c (patch)
tree683a97850192a6a106a4e4a325f76ba626f05fa4 /player/lua.h
parent7aa3726c9acce93e10e69053f96a4338a1ece0b7 (diff)
parenta6da2a66080a53d5885446ea9d788470c7b259d2 (diff)
downloadmpv-bbdc47ee80beb5b710c9ad1deb48b1a20f45d42c.tar.bz2
mpv-bbdc47ee80beb5b710c9ad1deb48b1a20f45d42c.tar.xz
Merge branch 'client_api'
Diffstat (limited to 'player/lua.h')
-rw-r--r--player/lua.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/player/lua.h b/player/lua.h
index 050548e2d2..cb4a7f95ec 100644
--- a/player/lua.h
+++ b/player/lua.h
@@ -6,9 +6,5 @@
struct MPContext;
void mp_lua_init(struct MPContext *mpctx);
-void mp_lua_uninit(struct MPContext *mpctx);
-void mp_lua_event(struct MPContext *mpctx, const char *name, const char *arg);
-void mp_lua_script_dispatch(struct MPContext *mpctx, char *script_name,
- int id, char *event);
#endif