diff src/view_file_list.c @ 1712:7f91f906f9c2

Comment out unused functions, silenting related compilation warnings.
author zas_
date Mon, 07 Sep 2009 08:24:09 +0000
parents f5eb4241a827
children 5276dabe836f
line wrap: on
line diff
--- a/src/view_file_list.c	Thu Sep 03 20:00:40 2009 +0000
+++ b/src/view_file_list.c	Mon Sep 07 08:24:09 2009 +0000
@@ -219,7 +219,7 @@
 	gtk_tree_path_free(tpath);
 }
 
-
+#if 0
 static gint vflist_column_idx(ViewFile *vf, gint store_idx)
 {
 	GList *columns, *work;
@@ -239,7 +239,7 @@
 	g_list_free(columns);
 	return i;
 }
-
+#endif
 
 /*
  *-----------------------------------------------------------------------------