aboutsummaryrefslogtreecommitdiff
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 22:23:37 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 22:23:37 +0100
commitb5e1bd5705842fe73bbb12e5ff771e42e10cb004 (patch)
tree729897f673c716e5b251b7308b8cfc81f94a2037 /src/Playlist.hxx
parent4bef0a1e62602a79764d9867b7fcf11dd940edbe (diff)
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r--src/Playlist.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx
index 5e64a8e8..0bb2d2e7 100644
--- a/src/Playlist.hxx
+++ b/src/Playlist.hxx
@@ -253,7 +253,4 @@ public:
void SetConsume(bool new_value);
};
-void
-playlist_global_init();
-
#endif