Skip to content

Commit 91d800e

Browse files
committed
Remove duplicate tags
Use TAG_TIME_ZONE_OFFSET_TIFF_EP and TAG_SELF_TIMER_MODE_TIFF_EP instead.
1 parent f00d885 commit 91d800e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Source/com/drew/metadata/exif/ExifDirectoryBase.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@ public abstract class ExifDirectoryBase extends Directory
233233
public static final int TAG_ISO_SPEED = 0x8833;
234234
public static final int TAG_ISO_SPEED_LATITUDE_YYY = 0x8834;
235235
public static final int TAG_ISO_SPEED_LATITUDE_ZZZ = 0x8835;
236-
/** Non-standard, but in use. */
237-
public static final int TAG_TIME_ZONE_OFFSET = 0x882A;
238-
public static final int TAG_SELF_TIMER_MODE = 0x882B;
239236

240237
public static final int TAG_EXIF_VERSION = 0x9000;
241238
public static final int TAG_DATETIME_ORIGINAL = 0x9003;
@@ -698,8 +695,6 @@ protected static void addExifTagNames(HashMap<Integer, String> map)
698695
map.put(TAG_ISO_SPEED, "ISO Speed");
699696
map.put(TAG_ISO_SPEED_LATITUDE_YYY, "ISO Speed Latitude yyy");
700697
map.put(TAG_ISO_SPEED_LATITUDE_ZZZ, "ISO Speed Latitude zzz");
701-
map.put(TAG_TIME_ZONE_OFFSET, "Time Zone Offset");
702-
map.put(TAG_SELF_TIMER_MODE, "Self Timer Mode");
703698
map.put(TAG_EXIF_VERSION, "Exif Version");
704699
map.put(TAG_DATETIME_ORIGINAL, "Date/Time Original");
705700
map.put(TAG_DATETIME_DIGITIZED, "Date/Time Digitized");

0 commit comments

Comments
 (0)