Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent 4dab533 commit 78373c7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/format_nikon.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,6 @@ static ExifTextList NikonTagConverter[]= {
EXIF_TEXT_LIST_END
};

#if 0
static ExifTextList NikonTag[]= {
{ , "" },
{ , "" },
EXIF_TEXT_LIST_END
};
#endif

static ExifMarker NikonExifMarkersList1[] = {
{ 0x0002, EXIF_FORMAT_STRING, 6, "Nikon.unknown", NULL, NULL },
{ 0x0003, EXIF_FORMAT_SHORT_UNSIGNED, 1, "Nikon.Quality", "Quality", NikonTagQuality },
Expand Down Expand Up @@ -282,17 +274,6 @@ static ExifTextList NikonTag2FlashUsed[]= {
EXIF_TEXT_LIST_END
};

#if 0
static ExifTextList NikonTagi2Saturation[]= {
{ -3, "black and white" },
{ -2, "-2" },
{ -1, "-1" },
{ 0, "normal" },
{ 1, "+1" },
{ 2, "+2" },
EXIF_TEXT_LIST_END
};
#endif

static ExifMarker NikonExifMarkersList2[] = {
{ 0x0002, EXIF_FORMAT_SHORT_UNSIGNED, 2, "Nikon.ISOSpeed", "ISO speed", NULL },
Expand Down

0 comments on commit 78373c7

Please sign in to comment.