diff src/view_file_list.c @ 259:fa7d69e7d02d

Comment out unused code. Geeqie code now compiles cleanly with -Wall gcc option.
author zas_
date Sat, 05 Apr 2008 11:59:29 +0000
parents 22ed43d4c849
children 9995c5fb202a
line wrap: on
line diff
--- a/src/view_file_list.c	Fri Apr 04 22:34:55 2008 +0000
+++ b/src/view_file_list.c	Sat Apr 05 11:59:29 2008 +0000
@@ -104,6 +104,7 @@
 }
 
 
+/*
 static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd)
 {
 	gint i = 0;
@@ -127,6 +128,7 @@
 		}
 	return -1;
 }
+*/
 
 static gint vflist_sidecar_list_count(GList *work)
 {
@@ -921,11 +923,13 @@
  *-----------------------------------------------------------------------------
  */
 
+/*
 static gboolean vflist_dummy_select_cb(GtkTreeSelection *selection, GtkTreeModel *store, GtkTreePath *tpath,
 				        gboolean path_currently_selected, gpointer data)
 {
 	return TRUE;
 }
+*/
 
 
 static void vflist_setup_iter(ViewFileList *vfl, GtkTreeStore *store, GtkTreeIter *iter, FileData *fd)