From 257d7e6501c919e7847e9abd5f39f40338b621d9 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 22 Sep 2009 20:19:40 +0200 Subject: Track job manager state in a separate list The goal is to get rid of any writes to unlocked objects (album items) during thread work. --- src/items.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/items.h') diff --git a/src/items.h b/src/items.h index 737d4ca..c61863b 100644 --- a/src/items.h +++ b/src/items.h @@ -76,7 +76,6 @@ typedef struct { gchar *gen_img_src; gchar *gen_thumb; gboolean gen_portrait; - gboolean gen_done; } TIndexItem; -- cgit v1.2.3