Mercurial > geeqie
diff src/layout.c @ 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 | e34c1002e553 |
line wrap: on
line diff
--- a/src/layout.c Sun May 11 13:17:38 2008 +0000 +++ b/src/layout.c Sun May 11 20:38:21 2008 +0000 @@ -784,15 +784,6 @@ return 0; } -const gchar *layout_list_get_path(LayoutWindow *lw, gint index) -{ - if (!layout_valid(&lw)) return NULL; - - if (lw->vf) return vf_index_get_path(lw->vf, index); - - return NULL; -} - FileData *layout_list_get_fd(LayoutWindow *lw, gint index) { if (!layout_valid(&lw)) return NULL;
