diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-01-23 19:08:22 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-01-23 19:08:22 +0100 |
| commit | 45b9708729828f944c07f8b99e7001490261cc53 (patch) | |
| tree | 1e0ac9d90d53e3b8db7a9650e63e1381a1c17ee7 /src/items.h | |
| parent | ede4432dab952314a57c94d8e713814e651f83ca (diff) | |
| download | cataract-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.h | 4 |
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 { |
