summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/javascript.c2
-rw-r--r--player/lua.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/player/javascript.c b/player/javascript.c
index e37fcd6c86..be28ef9e66 100644
--- a/player/javascript.c
+++ b/player/javascript.c
@@ -47,8 +47,6 @@
#include "client.h"
#include "libmpv/client.h"
-extern char **environ;
-
// List of builtin modules and their contents as strings.
// All these are generated from player/javascript/*.js
static const char *const builtin_files[][3] = {
diff --git a/player/lua.c b/player/lua.c
index 97ec8d33a4..363e1a52fd 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -53,8 +53,6 @@
#include "client.h"
#include "libmpv/client.h"
-extern char **environ;
-
// List of builtin modules and their contents as strings.
// All these are generated from player/lua/*.lua
static const char * const builtin_lua_scripts[][2] = {