diff options
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r-- | src/Mapper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index 947fd2822..c757c421e 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -30,7 +30,6 @@ #define PLAYLIST_FILE_SUFFIX ".m3u" -class Path; class AllocatedPath; struct Directory; struct Song; @@ -138,8 +137,7 @@ map_spl_path(void); /** * Maps a playlist name (without the ".m3u" suffix) to a file system - * path. The return value is allocated on the heap and must be freed - * with g_free(). + * path. * * @return the path in file system encoding, or nullptr if mapping failed */ |