aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/reference/evolution-util/evolution-util-sections.txt1
-rw-r--r--e-util/e-tree.c9
-rw-r--r--e-util/e-tree.h2
3 files changed, 0 insertions, 12 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt
index eb19be247a..aa20596b81 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -4207,7 +4207,6 @@ e_tree_drag_source_set
e_tree_drag_source_unset
e_tree_drag_begin
e_tree_is_dragging
-e_tree_show_node
e_tree_save_expanded_state
e_tree_load_expanded_state
e_tree_save_expanded_state_xml
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index 8c3dddab02..edca492183 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -2197,15 +2197,6 @@ e_tree_view_to_model_row (ETree *tree,
}
void
-e_tree_show_node (ETree *tree,
- ETreePath path)
-{
- g_return_if_fail (E_IS_TREE (tree));
-
- e_tree_table_adapter_show_node (tree->priv->etta, path);
-}
-
-void
e_tree_save_expanded_state (ETree *tree,
gchar *filename)
{
diff --git a/e-util/e-tree.h b/e-util/e-tree.h
index 0c1dc7feca..438207b35a 100644
--- a/e-util/e-tree.h
+++ b/e-util/e-tree.h
@@ -273,8 +273,6 @@ GdkDragContext *e_tree_drag_begin (ETree *tree,
gboolean e_tree_is_dragging (ETree *tree);
/* Adapter functions */
-void e_tree_show_node (ETree *tree,
- ETreePath path);
void e_tree_save_expanded_state (ETree *tree,
gchar *filename);
void e_tree_load_expanded_state (ETree *tree,