Mapper: obtain music directory from Storage

Eliminate duplicate variable.
This commit is contained in:
Max Kellermann
2014-02-07 23:34:29 +01:00
parent 4d5ebafa6d
commit 6798af52b6
3 changed files with 19 additions and 31 deletions

View File

@@ -33,7 +33,7 @@
class AllocatedPath;
void
mapper_init(AllocatedPath &&music_dir, AllocatedPath &&playlist_dir);
mapper_init(AllocatedPath &&playlist_dir);
void mapper_finish(void);