aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-tree.c')
-rw-r--r--e-util/e-tree.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index 7b7c2698a2..ea90c879d4 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -1292,29 +1292,6 @@ e_tree_setup_table (ETree *tree)
et_build_item (tree);
}
-/**
- * e_tree_set_search_column:
- * @e_tree: #ETree object that will be modified
- * @col: Column index to use for searches
- *
- * This routine sets the current search column to be used for keypress
- * searches of the #ETree. If -1 is passed in for column, the current
- * search column is cleared.
- */
-void
-e_tree_set_search_column (ETree *tree,
- gint col)
-{
- if (col == -1) {
- clear_current_search_col (tree);
- return;
- }
-
- tree->priv->search_col_set = TRUE;
- tree->priv->current_search_col = e_table_header_get_column (
- tree->priv->full_header, col);
-}
-
void
e_tree_set_state_object (ETree *tree,
ETableState *state)