From 45b9708729828f944c07f8b99e7001490261cc53 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 23 Jan 2011 19:08:22 +0100 Subject: Get thumbnail orientation when really needed No need to store generated data during thread work anymore. --- src/items.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/items.h') 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 { -- cgit v1.2.3