From 06be0a199722e945701d720fe40068c6de6c8f40 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 00:01:01 +0100 Subject: PlaylistInfo: remove the obsolete list_head attribute --- src/PlaylistInfo.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/PlaylistInfo.hxx') 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 @@ -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. */ -- cgit v1.2.3