PlaylistInfo: remove the obsolete list_head attribute
This commit is contained in:
parent
9e4509b846
commit
06be0a1997
@ -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 @@
|
|||||||
* 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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user