From 7366191f0d0d5c50ee051a3b60fc31ad86bce721 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Oct 2008 19:36:33 +0200 Subject: mapper: moved musicDir initialization from path.c Moved the musicDir variable and its initialization code from path.c to mapper.c. --- src/path.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/path.h') 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); -- cgit v1.2.3