# HG changeset patch # User zas_ # Date 1219856534 0 # Node ID ec2788ff6791af728bea4fb7dfb98030ea4c4074 # Parent c1cd5192620493cbbc17afea2ee365212b493034 Comment out unused functions. diff -r c1cd51926204 -r ec2788ff6791 src/view_file_icon.c --- 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) diff -r c1cd51926204 -r ec2788ff6791 src/view_file_list.c --- 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) {