Skip to content

Commit

Permalink
Comment out unused functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Aug 27, 2008
1 parent dd4ea40 commit 35776f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/view_file_icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ static void vficon_set_focus(ViewFile *vf, IconData *id)
}
}

#if 0
static void vficon_update_focus(ViewFile *vf)
{
gint new_row = 0;
Expand All @@ -1181,6 +1182,7 @@ static void vficon_update_focus(ViewFile *vf)

vficon_move_focus(vf, new_row, new_col, FALSE);
}
#endif

/* used to figure the page up/down distances */
static gint page_height(ViewFile *vf)
Expand Down
4 changes: 2 additions & 2 deletions src/view_file_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static gint vflist_find_row(ViewFile *vf, FileData *fd, GtkTreeIter *iter)
}


/*
#if 0
static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd)
{
gint i = 0;
Expand All @@ -134,7 +134,6 @@ static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd)
}
return -1;
}
*/

static gint vflist_sidecar_list_count(GList *work)
{
Expand All @@ -154,6 +153,7 @@ static gint vflist_sidecar_list_count(GList *work)
}
return i;
}
#endif

static gboolean vflist_store_clear_cb(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data)
{
Expand Down

0 comments on commit 35776f2

Please sign in to comment.