summaryrefslogtreecommitdiffstats
path: root/osdep/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/path.h')
-rw-r--r--osdep/path.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/osdep/path.h b/osdep/path.h
index c2fe2ba303..c09bedceb0 100644
--- a/osdep/path.h
+++ b/osdep/path.h
@@ -5,13 +5,7 @@
struct mpv_global;
-// Windows config directories
-char *mp_get_win_exe_dir(void *talloc_ctx);
-char *mp_get_win_exe_subdir(void *talloc_ctx);
-char *mp_get_win_app_dir(void *talloc_ctx);
-
-void mp_add_win_config_dirs(void *talloc_ctx, struct mpv_global *global,
- char **dirs, int i);
+void mp_add_win_config_dirs(struct mpv_global *global, char **dirs, int i);
// Returns Mac OS X application bundle directory.
char *mp_get_macosx_bundle_dir(void *talloc_ctx);