File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,12 @@ struct _EomImagePrivate {
3434
3535 EomImageStatus status ;
3636 EomImageStatus prev_status ;
37- gboolean is_monitored ;
38- EomImageMetadataStatus metadata_status ;
37+ EomImageMetadataStatus metadata_status ;
3938
40- GdkPixbuf * image ;
39+ gboolean is_playing ;
4140 GdkPixbufAnimation * anim ;
4241 GdkPixbufAnimationIter * anim_iter ;
43- gboolean is_playing ;
42+ GdkPixbuf * image ;
4443 GdkPixbuf * thumbnail ;
4544#ifdef HAVE_RSVG
4645 RsvgHandle * svg ;
@@ -56,9 +55,11 @@ struct _EomImagePrivate {
5655 guint exif_chunk_len ;
5756 guchar * exif_chunk ;
5857
58+ #if 0
5959 /* Holds IPTC raw data */
6060 guchar * iptc_chunk ;
6161 guint iptc_chunk_len ;
62+ #endif
6263
6364 gboolean modified ;
6465 gboolean file_is_changed ;
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ eom_image_init (EomImage *img)
294294 g_mutex_init (& img -> priv -> status_mutex );
295295 img -> priv -> status = EOM_IMAGE_STATUS_UNKNOWN ;
296296 img -> priv -> metadata_status = EOM_IMAGE_METADATA_NOT_READ ;
297- img -> priv -> is_monitored = FALSE;
298297 img -> priv -> undo_stack = NULL ;
299298 img -> priv -> trans = NULL ;
300299 img -> priv -> trans_autorotate = NULL ;
You can’t perform that action at this time.
0 commit comments