summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2011-01-23 19:08:22 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2011-01-23 19:08:22 +0100
commit45b9708729828f944c07f8b99e7001490261cc53 (patch)
tree1e0ac9d90d53e3b8db7a9650e63e1381a1c17ee7 /src/items.h
parentede4432dab952314a57c94d8e713814e651f83ca (diff)
downloadcataract-45b9708729828f944c07f8b99e7001490261cc53.tar.xz
Get thumbnail orientation when really needed
No need to store generated data during thread work anymore.
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/items.h b/src/items.h
index 491a8b3..6aad2a8 100644
--- a/src/items.h
+++ b/src/items.h
@@ -71,10 +71,6 @@ typedef struct {
gchar *border_style;
TIndexItemType type;
gboolean hidden;
-
- /* generated item info */
- /* !! be careful with writes to this structure during thread work !! */
- gboolean gen_portrait; /* thumbnail orientation, don't use for original image orientation */
} TIndexItem;
typedef struct {