aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-15 22:57:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-15 23:06:45 +0800
commit137a9cea1b588499c7e46e9e1dba341566dd18a1 (patch)
treea207f432e047478e02d6a2c0335ec47cb69c0428 /e-util/e-tree-model.h
parent4e394d89cf79998592a6436c790fd8bd42ffbb44 (diff)
downloadgsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.tar
gsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.tar.gz
gsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.tar.bz2
gsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.tar.lz
gsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.tar.xz
gsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.tar.zst
gsoc2013-evolution-137a9cea1b588499c7e46e9e1dba341566dd18a1.zip
e_tree_model_node_find: Remove "forward_direction" parameter.
It's always TRUE.
Diffstat (limited to 'e-util/e-tree-model.h')
-rw-r--r--e-util/e-tree-model.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-tree-model.h b/e-util/e-tree-model.h
index 000a017b93..1c42b3d391 100644
--- a/e-util/e-tree-model.h
+++ b/e-util/e-tree-model.h
@@ -260,7 +260,6 @@ void e_tree_model_node_traverse_preorder
ETreePath e_tree_model_node_find (ETreeModel *tree_model,
ETreePath path,
ETreePath end_path,
- gboolean forward_direction,
ETreePathFunc func,
gpointer data);