diff --git a/src/actions.cpp b/src/actions.cpp index 3ea87f15..a6f885a1 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -350,7 +350,6 @@ namespace Action { printTag(exifData, Exiv2::whiteBalance , _("White balance") ); printTag(exifData, "Exif.Image.Copyright" , _("Copyright") ); printTag(exifData, "Exif.Photo.UserComment" , _("Exif comment") ); - printTag(exifData, "Exif.Image.Artist" , _("Artist") ); std::cout << std::endl; diff --git a/src/tiffimage_int.cpp b/src/tiffimage_int.cpp index c7af8686..c31ed754 100644 --- a/src/tiffimage_int.cpp +++ b/src/tiffimage_int.cpp @@ -1997,8 +1997,6 @@ namespace Exiv2 { { 0x0128, ifd0Id }, // Exif.Image.ResolutionUnit { 0x0129, ifd0Id }, // Exif.Image.PageNumber { 0x012d, ifd0Id }, // Exif.Image.TransferFunction - { 0x0132, ifd0Id }, // Exif.Image.DateTime - { 0x013b, ifd0Id }, // Exif.Image.Artist { 0x013d, ifd0Id }, // Exif.Image.Predictor { 0x013e, ifd0Id }, // Exif.Image.WhitePoint { 0x013f, ifd0Id }, // Exif.Image.PrimaryChromaticities