summaryrefslogtreecommitdiffstats
path: root/options/path.c
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2020-10-14 20:02:45 -0700
committerJan Ekström <jeebjp@gmail.com>2020-10-16 00:47:18 +0300
commitaa18a8e1cde663caeabd93af7d57a745c1a76af6 (patch)
tree191916ce0b95e7553a36bebdf463415e49213df7 /options/path.c
parent8a2449e3d5a7f7f35905ce0451cea55f8001be67 (diff)
downloadmpv-aa18a8e1cde663caeabd93af7d57a745c1a76af6.tar.bz2
mpv-aa18a8e1cde663caeabd93af7d57a745c1a76af6.tar.xz
Revert "path: do not use old_home for win32 exe dir"
This reverts commit c3694f0acb7f71daac7606fafbadcb7b500ca35e.
Diffstat (limited to 'options/path.c')
-rw-r--r--options/path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/path.c b/options/path.c
index 504adb7c84..9c996ce664 100644
--- a/options/path.c
+++ b/options/path.c
@@ -59,7 +59,6 @@ static const char *const config_dirs[] = {
"home",
"old_home",
"osxbundle",
- "exe_dir",
"global",
};