diff src/view_file.h @ 632:6e9413e92be5

Drop unused layout_list_get_path() and vf*_index_get_path().
author zas_
date Sun, 11 May 2008 20:38:21 +0000
parents 93c6dc4c537b
children fe700864cb5a
line wrap: on
line diff
--- a/src/view_file.h	Sun May 11 13:17:38 2008 +0000
+++ b/src/view_file.h	Sun May 11 20:38:21 2008 +0000
@@ -29,7 +29,6 @@
 void vf_sort_set(ViewFile *vf, SortType type, gint ascend);
 
 FileData *vf_index_get_data(ViewFile *vf, gint row);
-gchar *vf_index_get_path(ViewFile *vf, gint row);
 gint vf_index_by_path(ViewFile *vf, const gchar *path);
 gint vf_index_by_fd(ViewFile *vf, FileData *in_fd);
 gint vf_count(ViewFile *vf, gint64 *bytes);