aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-15 23:11:55 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-15 23:11:55 +0800
commitf1ee71f71f9af35fba479fe3d74d82ddaecebd66 (patch)
tree5fbe3418d1726ce64a8c8885abf27eb8a08113c6 /e-util/e-tree-model.h
parente808cf140deb6906445392c71f69ab87699c0040 (diff)
downloadgsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.tar
gsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.tar.gz
gsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.tar.bz2
gsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.tar.lz
gsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.tar.xz
gsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.tar.zst
gsoc2013-evolution-f1ee71f71f9af35fba479fe3d74d82ddaecebd66.zip
Remove unused e_tree_model_node_get_prev().
Diffstat (limited to 'e-util/e-tree-model.h')
-rw-r--r--e-util/e-tree-model.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/e-tree-model.h b/e-util/e-tree-model.h
index d10c69ef0a..1911f76e7a 100644
--- a/e-util/e-tree-model.h
+++ b/e-util/e-tree-model.h
@@ -79,8 +79,6 @@ struct _ETreeModelClass {
ETreePath path);
ETreePath (*get_next) (ETreeModel *tree_model,
ETreePath path);
- ETreePath (*get_prev) (ETreeModel *tree_model,
- ETreePath path);
gboolean (*is_root) (ETreeModel *tree_model,
ETreePath path);
@@ -189,8 +187,6 @@ ETreePath e_tree_model_node_get_first_child
ETreePath path);
ETreePath e_tree_model_node_get_next (ETreeModel *tree_model,
ETreePath path);
-ETreePath e_tree_model_node_get_prev (ETreeModel *tree_model,
- ETreePath path);
/* node accessors */
gboolean e_tree_model_node_is_root (ETreeModel *tree_model,