diff src/preferences.c @ 1353:77c3d9dcd6bc

dropped ExifUIList
author nadvornik
date Sun, 01 Mar 2009 13:37:30 +0000
parents 79937bc55f3a
children 67573155210c
line wrap: on
line diff
--- a/src/preferences.c	Sun Mar 01 11:59:32 2009 +0000
+++ b/src/preferences.c	Sun Mar 01 13:37:30 2009 +0000
@@ -361,11 +361,13 @@
 	config_entry_to_option(color_profile_screen_file_entry, &options->color_profile.screen_file, NULL);
 #endif
 
+#if 0
 	for (i = 0; ExifUIList[i].key; i++)
 		{
 		ExifUIList[i].current = ExifUIList[i].temp;
 		}
 
+#endif
 	{
 	gchar *layout_order = layout_config_get(layout_widget, &new_style);
 
@@ -1489,6 +1491,7 @@
 
 	table = pref_table_new(group, 2, 2, FALSE, FALSE);
 
+#if 0
 	for (i = 0; ExifUIList[i].key; i++)
 		{
 		gchar *title;
@@ -1498,6 +1501,7 @@
 			  &ExifUIList[i].temp);
 		g_free(title);
 		}
+#endif
 }
 
 /* advanced entry tab */