Commit 06be0a19 authored by Max Kellermann's avatar Max Kellermann

PlaylistInfo: remove the obsolete list_head attribute

parent 9e4509b8
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define MPD_PLAYLIST_INFO_HXX #define MPD_PLAYLIST_INFO_HXX
#include "check.h" #include "check.h"
#include "util/list.h"
#include "gcc.h" #include "gcc.h"
#include <string> #include <string>
...@@ -32,8 +31,6 @@ ...@@ -32,8 +31,6 @@
* A directory entry pointing to a playlist file. * A directory entry pointing to a playlist file.
*/ */
struct PlaylistInfo { struct PlaylistInfo {
struct list_head siblings;
/** /**
* The UTF-8 encoded name of the playlist file. * The UTF-8 encoded name of the playlist file.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment