diff options
author | Max Kellermann <max@duempel.org> | 2008-09-25 19:19:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-25 19:19:37 +0200 |
commit | 84f5a0e883f96adf58c8fd182650a1372e367563 (patch) | |
tree | ed84df0fdc88364f01e4fc865b11dfc1c652086c /src/filelist.h | |
parent | 434615a48f315a0655891149efa42dc6b919e722 (diff) | |
download | mpd-84f5a0e883f96adf58c8fd182650a1372e367563.tar.gz mpd-84f5a0e883f96adf58c8fd182650a1372e367563.tar.xz mpd-84f5a0e883f96adf58c8fd182650a1372e367563.zip |
filelist: removed attribute "updated"
Since all screen updating is now on demand, we don't need this flag
anymore.
Diffstat (limited to '')
-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; |