diff options
Diffstat (limited to 'src/Mapper.cxx')
-rw-r--r-- | src/Mapper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mapper.cxx b/src/Mapper.cxx index fc5a9cfe0..e6d7c3900 100644 --- a/src/Mapper.cxx +++ b/src/Mapper.cxx @@ -92,7 +92,6 @@ mapper_set_music_dir(AllocatedPath &&path) assert(!path.IsNull()); music_dir_fs = std::move(path); - music_dir_fs.ChopSeparators(); const auto music_dir_utf8 = music_dir_fs.ToUTF8(); |