aboutsummaryrefslogtreecommitdiffstats
path: root/src/DetachedSong.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-12 20:56:03 +0100
committerMax Kellermann <max@duempel.org>2015-01-12 20:56:07 +0100
commitac7e0dfb77005aa24ed3a569e1321b0de8465f4c (patch)
tree7e0ccabe611e51c8cc29ae6ed1ebb1d7cfe25952 /src/DetachedSong.hxx
parent05d47bb09aa4541a68c032d3b1a4444b9a2846bb (diff)
downloadmpd-ac7e0dfb77005aa24ed3a569e1321b0de8465f4c.tar.gz
mpd-ac7e0dfb77005aa24ed3a569e1321b0de8465f4c.tar.xz
mpd-ac7e0dfb77005aa24ed3a569e1321b0de8465f4c.zip
DetachedSong: remove obsolete friend declaration
Diffstat (limited to 'src/DetachedSong.hxx')
-rw-r--r--src/DetachedSong.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx
index 11fdc6069..c3d9f6289 100644
--- a/src/DetachedSong.hxx
+++ b/src/DetachedSong.hxx
@@ -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);