diff options
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist.h b/src/playlist.h index c1c651a77..eaaba9647 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -174,8 +174,6 @@ int playlistChanges(struct client *client, uint32_t version); int playlistChangesPosId(struct client *client, uint32_t version); -int PlaylistInfo(struct client *client, const char *utf8file, int detail); - void searchForSongsInPlaylist(struct client *client, unsigned numItems, const LocateTagItem *items); |