diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-09-17 12:07:40 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-09-17 12:07:40 +0200 |
| commit | 923c421b3cbb2d6b55f40595034a12c19fef7c1b (patch) | |
| tree | c907c5189390ba8b38d1c453bb7db44b2c943ed7 /src/setup.h | |
| parent | 6a16a08ea3e75a524cb136f4c6ada1e4eef4bfd4 (diff) | |
| download | cataract-923c421b3cbb2d6b55f40595034a12c19fef7c1b.tar.xz | |
Drop legacy nofullsize and album width/height/quality tags
This drops the legacy functionality that doesn't really fit into the
new flexible design concept and makes code unnecessarily complicated.
Most of these overrides affected only the "preview" image size anyway.
This also makes the <item src> attribute mandatory as it's being the only
source of metadata (unless overriden or supplied externally).
This unfortunately breaks the so-far 100% album XML files compatibility.
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/setup.h b/src/setup.h index 4afb6d8..faf02f6 100644 --- a/src/setup.h +++ b/src/setup.h @@ -39,7 +39,6 @@ typedef struct TGalleryDesign TGalleryDesign; typedef struct { gboolean verbose; gboolean update_mode; - gboolean override_nofullsize; gboolean strip_unused_tags; gboolean warn_resize; gchar *setup_xml_path; @@ -57,7 +56,6 @@ typedef struct { gboolean erase_exif_thumbnail; gboolean strip_xmp; gboolean write_supplied_exif; - gboolean nofullsize; gboolean autorotate; /* meta section */ |
