diff options
author | Dennis Real <github@tildepipe.org> | 2013-01-04 00:40:07 +0100 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2013-01-04 00:40:07 +0100 |
commit | 38c3c37b5c45691211ed62e40a6c5f503b054335 (patch) | |
tree | 3bb3afb4caae56a20d73b4331efc7e6b8112f943 | |
parent | 6a78b4bc94fd9c7ea84b8495eaba780aabb1e7db (diff) |
Removed flash exposure bracket value
-rw-r--r-- | src/exif_nikon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exif_nikon.c b/src/exif_nikon.c index a223043..c058d8c 100644 --- a/src/exif_nikon.c +++ b/src/exif_nikon.c @@ -443,7 +443,6 @@ void exn_get_mnote_nikon_tags(ExifData *ed, unsigned int tag, char * buffer, uns /* show only if flash was used */ case 8: /* Flash Setting */ case 9: /* Flash Mode */ - case 27: /* Flash exposure bracket value */ case 135: /* Flash used */ { if ( !(strcmp("Flash: Flash did not fire\n", buf) == 0) ) |