aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/playlist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/playlist.h b/src/playlist.h
index 93c034f5a..0d524adbe 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -33,9 +33,6 @@ typedef struct mpdclient_playlist {
/* playlist id */
long long id;
- /* true if the list is updated */
- gboolean updated;
-
/* the list */
GPtrArray *list;
} mpdclient_playlist_t;