aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-15 23:09:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-15 23:09:28 +0800
commite808cf140deb6906445392c71f69ab87699c0040 (patch)
tree4003b97a491c8dc50ec33a59b8a967709f666fab /e-util/e-tree-model.h
parent137a9cea1b588499c7e46e9e1dba341566dd18a1 (diff)
downloadgsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.tar
gsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.tar.gz
gsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.tar.bz2
gsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.tar.lz
gsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.tar.xz
gsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.tar.zst
gsoc2013-evolution-e808cf140deb6906445392c71f69ab87699c0040.zip
Remove unused e_tree_model_node_get_last_child().
Diffstat (limited to 'e-util/e-tree-model.h')
-rw-r--r--e-util/e-tree-model.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/e-util/e-tree-model.h b/e-util/e-tree-model.h
index 1c42b3d391..d10c69ef0a 100644
--- a/e-util/e-tree-model.h
+++ b/e-util/e-tree-model.h
@@ -77,8 +77,6 @@ struct _ETreeModelClass {
ETreePath path);
ETreePath (*get_first_child) (ETreeModel *tree_model,
ETreePath path);
- ETreePath (*get_last_child) (ETreeModel *tree_model,
- ETreePath path);
ETreePath (*get_next) (ETreeModel *tree_model,
ETreePath path);
ETreePath (*get_prev) (ETreeModel *tree_model,
@@ -189,9 +187,6 @@ ETreePath e_tree_model_node_get_parent (ETreeModel *tree_model,
ETreePath e_tree_model_node_get_first_child
(ETreeModel *tree_model,
ETreePath path);
-ETreePath e_tree_model_node_get_last_child
- (ETreeModel *tree_model,
- ETreePath path);
ETreePath e_tree_model_node_get_next (ETreeModel *tree_model,
ETreePath path);
ETreePath e_tree_model_node_get_prev (ETreeModel *tree_model,