diff options
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 |