changeset 2152:03785f84c0bd

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:28 +0200
parents cdeee46ed21c
children dbe0cfdbf71d
files src/exif.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/exif.c	Thu Aug 30 15:53:28 2012 +0200
+++ b/src/exif.c	Thu Aug 30 15:53:28 2012 +0200
@@ -1281,11 +1281,6 @@
 
 	if (exif) exif->items = g_list_reverse(exif->items);
 
-#if 0
-	exif_write_data_list(exif, stdout, TRUE);
-	exif_write_data_list(exif, stdout, FALSE);
-#endif
-
 	return exif;
 }