summaryrefslogtreecommitdiffstats
path: root/player/lua.h
diff options
context:
space:
mode:
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