DetachedSong: remove obsolete friend declaration

This commit is contained in:
Max Kellermann 2015-01-12 20:56:03 +01:00
parent 05d47bb09a
commit ac7e0dfb77
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ struct LightSong;
class Storage;
class DetachedSong {
friend DetachedSong map_song_detach(const LightSong &song);
friend DetachedSong DatabaseDetachSong(const Storage &db,
const LightSong &song);