changeset 2156:e971b2690ef4

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:29 +0200
parents 9c2e1557163d
children e33fda0bcd72
files src/format_nikon.c
diffstat 1 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/format_nikon.c	Thu Aug 30 15:53:29 2012 +0200
+++ b/src/format_nikon.c	Thu Aug 30 15:53:29 2012 +0200
@@ -221,14 +221,6 @@
 	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 },
@@ -282,17 +274,6 @@
 	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 },