diff src/view_file_list.c @ 578:d31008c98f10

Drop unused vficon_select_by_path() and vflist_select_by_path().
author zas_
date Sun, 04 May 2008 23:06:46 +0000
parents b941403a4cd9
children f8c93e1d728d
line wrap: on
line diff
--- a/src/view_file_list.c	Sun May 04 23:03:36 2008 +0000
+++ b/src/view_file_list.c	Sun May 04 23:06:46 2008 +0000
@@ -1524,15 +1524,6 @@
 	gtk_tree_selection_unselect_all(selection);
 }
 
-void vflist_select_by_path(ViewFile *vf, const gchar *path)
-{
-	FileData *fd;
-
-	if (vflist_row_by_path(vf, path, &fd) < 0) return;
-
-	vflist_select_by_fd(vf, fd);
-}
-
 void vflist_select_by_fd(ViewFile *vf, FileData *fd)
 {
 	GtkTreeIter iter;