Mercurial > geeqie.yaz
changeset 1005:ec2788ff6791
Comment out unused functions.
author | zas_ |
---|---|
date | Wed, 27 Aug 2008 17:02:14 +0000 |
parents | c1cd51926204 |
children | 45ce6c1f331e |
files | src/view_file_icon.c src/view_file_list.c |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/view_file_icon.c Wed Aug 27 16:42:59 2008 +0000 +++ b/src/view_file_icon.c Wed Aug 27 17:02:14 2008 +0000 @@ -1163,6 +1163,7 @@ } } +#if 0 static void vficon_update_focus(ViewFile *vf) { gint new_row = 0; @@ -1181,6 +1182,7 @@ vficon_move_focus(vf, new_row, new_col, FALSE); } +#endif /* used to figure the page up/down distances */ static gint page_height(ViewFile *vf)
--- a/src/view_file_list.c Wed Aug 27 16:42:59 2008 +0000 +++ b/src/view_file_list.c Wed Aug 27 17:02:14 2008 +0000 @@ -110,7 +110,7 @@ } -/* +#if 0 static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd) { gint i = 0; @@ -134,7 +134,6 @@ } return -1; } -*/ static gint vflist_sidecar_list_count(GList *work) { @@ -154,6 +153,7 @@ } return i; } +#endif static gboolean vflist_store_clear_cb(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data) {