aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filelist.c')
-rw-r--r--src/filelist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c
index 59fed4702..46137cd3b 100644
--- a/src/filelist.c
+++ b/src/filelist.c
@@ -29,7 +29,6 @@ filelist_new(const char *path)
struct filelist *filelist = g_malloc(sizeof(*filelist));
filelist->path = g_strdup(path);
- filelist->updated = FALSE;
filelist->entries = g_ptr_array_new();
return filelist;