PlaylistInfo: remove the obsolete list_head attribute

This commit is contained in:
Max Kellermann 2013-01-04 00:01:01 +01:00
parent 9e4509b846
commit 06be0a1997

View File

@ -21,7 +21,6 @@
#define MPD_PLAYLIST_INFO_HXX
#include "check.h"
#include "util/list.h"
#include "gcc.h"
#include <string>
@ -32,8 +31,6 @@
* A directory entry pointing to a playlist file.
*/
struct PlaylistInfo {
struct list_head siblings;
/**
* The UTF-8 encoded name of the playlist file.
*/