aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/reference/evolution-util/evolution-util-sections.txt1
-rw-r--r--e-util/e-tree.c8
-rw-r--r--e-util/e-tree.h1
3 files changed, 0 insertions, 10 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt
index e43a60c1d9..de85dbc6b0 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -4190,7 +4190,6 @@ e_tree_show_cursor_after_reflow
e_tree_set_cursor
e_tree_get_cursor
e_tree_path_foreach
-e_tree_get_printable
e_tree_get_next_row
e_tree_get_prev_row
e_tree_model_to_view_row
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index e9d4183a79..c09edf59dd 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -1882,14 +1882,6 @@ e_tree_path_foreach (ETree *tree,
closure);
}
-EPrintable *
-e_tree_get_printable (ETree *tree)
-{
- g_return_val_if_fail (E_IS_TREE (tree), NULL);
-
- return e_table_item_get_printable (E_TABLE_ITEM (tree->priv->item));
-}
-
static void
et_get_property (GObject *object,
guint property_id,
diff --git a/e-util/e-tree.h b/e-util/e-tree.h
index cfa52a0dd8..c9f0877ea8 100644
--- a/e-util/e-tree.h
+++ b/e-util/e-tree.h
@@ -214,7 +214,6 @@ ETreePath e_tree_get_cursor (ETree *tree);
void e_tree_path_foreach (ETree *tree,
ETreeForeachFunc callback,
gpointer closure);
-EPrintable * e_tree_get_printable (ETree *tree);
gint e_tree_get_next_row (ETree *tree,
gint model_row);
gint e_tree_get_prev_row (ETree *tree,