diff src/options.c @ 1353:77c3d9dcd6bc

dropped ExifUIList
author nadvornik
date Sun, 01 Mar 2009 13:37:30 +0000
parents 4179d41d1149
children df58e511d90e
line wrap: on
line diff
--- a/src/options.c	Sun Mar 01 11:59:32 2009 +0000
+++ b/src/options.c	Sun Mar 01 13:37:30 2009 +0000
@@ -185,9 +185,11 @@
 
 	options->shell.path = g_strdup(GQ_DEFAULT_SHELL_PATH);
 	options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS);
-	
+
+#if 0	
 	for (i = 0; ExifUIList[i].key; i++)
 		ExifUIList[i].current = ExifUIList[i].default_value;
+#endif
 }
 
 void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src)