diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 00:01:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 00:01:01 +0100 |
commit | 06be0a199722e945701d720fe40068c6de6c8f40 (patch) | |
tree | a96bb93df703dadce908e777825411b85bc9209c /src/PlaylistInfo.hxx | |
parent | 9e4509b8465c9fe7f66d159f2c5835a9e6b3c2e9 (diff) | |
download | mpd-06be0a199722e945701d720fe40068c6de6c8f40.tar.gz mpd-06be0a199722e945701d720fe40068c6de6c8f40.tar.xz mpd-06be0a199722e945701d720fe40068c6de6c8f40.zip |
PlaylistInfo: remove the obsolete list_head attribute
Diffstat (limited to 'src/PlaylistInfo.hxx')
-rw-r--r-- | src/PlaylistInfo.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/PlaylistInfo.hxx b/src/PlaylistInfo.hxx index e4cf0f4ef..a50cdd445 100644 --- a/src/PlaylistInfo.hxx +++ b/src/PlaylistInfo.hxx @@ -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. */ |