summaryrefslogtreecommitdiffstats
path: root/mpv/scripts/modules.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mpv/scripts/modules.lua')
-rw-r--r--mpv/scripts/modules.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpv/scripts/modules.lua b/mpv/scripts/modules.lua
deleted file mode 100644
index 703f372..0000000
--- a/mpv/scripts/modules.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
-function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
-load("mpvSockets/mpvSockets.lua")