diff options
author | Max Kellermann <max@duempel.org> | 2015-12-26 07:05:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-12-28 14:20:37 +0100 |
commit | db5a691693c1d2c334dd885c0e891fcf569807d7 (patch) | |
tree | c4b8ae285ee1d7b9d797321ee4a767bacf01f06a /src/PlaylistFile.hxx | |
parent | 48693250a46f99f226965ed2375a7b761631a8f8 (diff) |
PlaylistFile: remove obsolete function TranslatePlaylistError()
Diffstat (limited to 'src/PlaylistFile.hxx')
-rw-r--r-- | src/PlaylistFile.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/PlaylistFile.hxx b/src/PlaylistFile.hxx index 5f905480f..02cd77ec2 100644 --- a/src/PlaylistFile.hxx +++ b/src/PlaylistFile.hxx @@ -49,9 +49,6 @@ spl_valid_name(const char *name_utf8); AllocatedPath spl_map_to_fs(const char *name_utf8, Error &error); -void -TranslatePlaylistError(Error &error); - /** * Returns a list of stored_playlist_info struct pointers. Returns * nullptr if an error occurred. |