diff src/view_file_list.c @ 1005:ec2788ff6791

Comment out unused functions.
author zas_
date Wed, 27 Aug 2008 17:02:14 +0000
parents 6ca2c5fd7b13
children 1646720364cf
line wrap: on
line diff
--- a/src/view_file_list.c	Wed Aug 27 16:42:59 2008 +0000
+++ b/src/view_file_list.c	Wed Aug 27 17:02:14 2008 +0000
@@ -110,7 +110,7 @@
 }
 
 
-/*
+#if 0
 static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd)
 {
 	gint i = 0;
@@ -134,7 +134,6 @@
 		}
 	return -1;
 }
-*/
 
 static gint vflist_sidecar_list_count(GList *work)
 {
@@ -154,6 +153,7 @@
 		}
 	return i;
 }
+#endif
 
 static gboolean vflist_store_clear_cb(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data)
 {