aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-21 01:42:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-21 03:31:52 +0800
commit05f69aaec0f66e8d75717a1e3f211db84aaf45cb (patch)
tree00324d629acbd36729b147509dffa0f355060f61 /e-util/e-tree.h
parentbb22e3b53a7dee35ac0e691e8ce8c96cbc34575a (diff)
downloadgsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.tar
gsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.tar.gz
gsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.tar.bz2
gsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.tar.lz
gsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.tar.xz
gsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.tar.zst
gsoc2013-evolution-05f69aaec0f66e8d75717a1e3f211db84aaf45cb.zip
Remove unused e_tree_get_prev_row().
Diffstat (limited to 'e-util/e-tree.h')
-rw-r--r--e-util/e-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-tree.h b/e-util/e-tree.h
index d4fdd2ed46..6c8cd1ef2b 100644
--- a/e-util/e-tree.h
+++ b/e-util/e-tree.h
@@ -214,8 +214,6 @@ ETreePath e_tree_get_cursor (ETree *tree);
void e_tree_path_foreach (ETree *tree,
ETreeForeachFunc callback,
gpointer closure);
-gint e_tree_get_prev_row (ETree *tree,
- gint model_row);
gint e_tree_model_to_view_row (ETree *tree,
gint model_row);
gint e_tree_view_to_model_row (ETree *tree,