From 93fb79166b4154281c66df3201cf55d9d0986fc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Mar 2018 22:32:32 +0100 Subject: scripting: make a function static --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index bfc5f662a4..25c006f2e4 100644 --- a/player/core.h +++ b/player/core.h @@ -586,7 +586,6 @@ struct mp_scripting { }; void mp_load_scripts(struct MPContext *mpctx); void mp_load_builtin_scripts(struct MPContext *mpctx); -int mp_load_script(struct MPContext *mpctx, const char *fname); int mp_load_user_script(struct MPContext *mpctx, const char *fname); // sub.c -- cgit v1.2.3