diff options
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r-- | src/Mapper.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index a9551c929..0ef663b80 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -71,15 +71,6 @@ mapper_has_music_directory(void) #endif -/** - * If the specified absolute path points inside the music directory, - * this function converts it to a relative path. If not, it returns - * the unmodified string pointer. - */ -gcc_pure -const char * -map_to_relative_path(const char *path_utf8); - #ifdef ENABLE_DATABASE /** |