Mercurial > geeqie
diff src/layout.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 | a7289f9e8d29 |
line wrap: on
line diff
--- a/src/layout.h Sun May 11 13:17:38 2008 +0000 +++ b/src/layout.h Sun May 11 20:38:21 2008 +0000 @@ -39,7 +39,6 @@ GList *layout_list(LayoutWindow *lw); gint layout_list_count(LayoutWindow *lw, gint64 *bytes); -const gchar *layout_list_get_path(LayoutWindow *lw, gint index); FileData *layout_list_get_fd(LayoutWindow *lw, gint index); gint layout_list_get_index(LayoutWindow *lw, const gchar *path); void layout_list_sync_fd(LayoutWindow *lw, FileData *fd);