diff options
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/path.h b/src/path.h index 2c5801528..5230ce37c 100644 --- a/src/path.h +++ b/src/path.h @@ -31,8 +31,6 @@ # endif #endif -extern const char *musicDir; - void initPaths(void); void finishPaths(void); @@ -57,9 +55,6 @@ char *pfx_dir(char *dst, const char *path, const size_t path_len, const char *pfx, const size_t pfx_len); -/* relative music path to absolute music path */ -char *rmp2amp_r(char *dst, const char *rel_path); - /* relative playlist path to absolute playlist path */ char *rpp2app_r(char *dst, const char *rel_path); |