aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelist.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-25 19:19:37 +0200
committerMax Kellermann <max@duempel.org>2008-09-25 19:19:37 +0200
commit84f5a0e883f96adf58c8fd182650a1372e367563 (patch)
treeed84df0fdc88364f01e4fc865b11dfc1c652086c /src/filelist.h
parent434615a48f315a0655891149efa42dc6b919e722 (diff)
downloadmpd-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.h3
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;