summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-09-23 10:10:12 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-09-23 10:10:12 +0200
commitbf19313cd64fb6ac21004a06586f90fd3765293b (patch)
tree34d4bf1755ae1de2bf7454149305ec657dc7d151 /src/items.h
parentdbd6c19704aae916ad948861ae0b83cafa479810 (diff)
downloadcataract-bf19313cd64fb6ac21004a06586f90fd3765293b.tar.xz
Generate source image and thumbnail paths on demand
Another step to get rid of writes to unlocked objects during threading.
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/items.h b/src/items.h
index c61863b..de71a71 100644
--- a/src/items.h
+++ b/src/items.h
@@ -73,8 +73,6 @@ typedef struct {
gboolean hidden;
/* generated item info */
- gchar *gen_img_src;
- gchar *gen_thumb;
gboolean gen_portrait;
} TIndexItem;