diff options
author | monsta <[email protected]> | 2015-12-03 16:14:43 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-03 16:14:43 +0300 |
commit | addaafa92d7ca4895b5cbe9adc497d9ec1109f7d (patch) | |
tree | 129b0363ded12a8a05ec763ce9d8d66b1d3f90fc /src/eom-image-private.h | |
parent | 10d10f5ee8db39f441a2fae623ccb7d7898f9f0a (diff) | |
download | eom-addaafa92d7ca4895b5cbe9adc497d9ec1109f7d.tar.bz2 eom-addaafa92d7ca4895b5cbe9adc497d9ec1109f7d.tar.xz |
remove ancient workaround for non-threadsafe pixbuf loaders
from
https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b
Diffstat (limited to 'src/eom-image-private.h')
-rw-r--r-- | src/eom-image-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eom-image-private.h b/src/eom-image-private.h index b0ba0f0..3a031b6 100644 --- a/src/eom-image-private.h +++ b/src/eom-image-private.h @@ -51,7 +51,6 @@ struct _EomImagePrivate { goffset bytes; gchar *file_type; - gboolean threadsafe_format; /* Holds EXIF raw data */ guint exif_chunk_len; |