From d536944beb783ec098aa6215fc94d8e60cfd310d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 22:42:05 +0100 Subject: Partition: new class, container for Playlist and PlayerControl This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. --- src/Playlist.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/Playlist.hxx') diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 3256f642..163d17af 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -70,14 +70,8 @@ struct playlist { int queued; }; -/** the global playlist object */ -extern struct playlist g_playlist; - -void -playlist_global_init(unsigned max_length); - void -playlist_global_finish(void); +playlist_global_init(); void playlist_init(struct playlist *playlist, unsigned max_length); -- cgit v1.2.3