diff options
Diffstat (limited to 'src/filelist.h')
-rw-r--r-- | src/filelist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filelist.h b/src/filelist.h index d96a67c9d..85e551fc3 100644 --- a/src/filelist.h +++ b/src/filelist.h @@ -33,9 +33,6 @@ typedef struct filelist { /* path */ gchar *path; - /* true if the list is updated */ - gboolean updated; - /* the list */ GPtrArray *entries; } mpdclient_filelist_t; |