From fe8895120e565f83f18fb3c0af7a0bbbc881e5d9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 18 Sep 2008 01:55:45 +0200 Subject: playlist: removed "updated" flag The caller may check the playlist.id instead of checking the old "updated" flag. --- src/playlist.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/playlist.h') 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; -- cgit v1.2.3