diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 22:23:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 22:23:37 +0100 |
commit | b5e1bd5705842fe73bbb12e5ff771e42e10cb004 (patch) | |
tree | 729897f673c716e5b251b7308b8cfc81f94a2037 /src/Playlist.hxx | |
parent | 4bef0a1e62602a79764d9867b7fcf11dd940edbe (diff) | |
download | mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.tar.gz mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.tar.xz mpd-b5e1bd5705842fe73bbb12e5ff771e42e10cb004.zip |
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r-- | src/Playlist.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 5e64a8e81..0bb2d2e7a 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -253,7 +253,4 @@ public: void SetConsume(bool new_value); }; -void -playlist_global_init(); - #endif |