diff options
author | Max Kellermann <max@duempel.org> | 2014-02-07 23:29:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-07 23:29:20 +0100 |
commit | 4d5ebafa6dd1ed5d40e5e7f6b86aae1d828341cf (patch) | |
tree | d38640eb8d60efe716ca56f822c9da87eb52f994 /src/Mapper.cxx | |
parent | ec8873b178ae217b5755c6494a97857a3d02bf9e (diff) | |
download | mpd-4d5ebafa6dd1ed5d40e5e7f6b86aae1d828341cf.tar.gz mpd-4d5ebafa6dd1ed5d40e5e7f6b86aae1d828341cf.tar.xz mpd-4d5ebafa6dd1ed5d40e5e7f6b86aae1d828341cf.zip |
Main: check the music directory
Move call from Mapper.cxx.
Diffstat (limited to 'src/Mapper.cxx')
-rw-r--r-- | src/Mapper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mapper.cxx b/src/Mapper.cxx index be58b49c9..f97cc3f9c 100644 --- a/src/Mapper.cxx +++ b/src/Mapper.cxx @@ -54,8 +54,6 @@ mapper_set_music_dir(AllocatedPath &&path) assert(!path.IsNull()); music_dir_fs = std::move(path); - - CheckDirectoryReadable(music_dir_fs); } #endif |