DetachedSong: remove obsolete friend declaration
This commit is contained in:
parent
05d47bb09a
commit
ac7e0dfb77
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue