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.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/playlist.c') diff --git a/src/playlist.c b/src/playlist.c index 6751e5dad..76a448ba2 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -33,7 +33,6 @@ void playlist_init(struct mpdclient_playlist *playlist) { playlist->id = 0; - playlist->updated = FALSE; playlist->list = g_ptr_array_sized_new(1024); } -- cgit v1.2.3