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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index 2aea98935a..2b95b6fd2c 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -972,7 +972,6 @@ item_key_press (ETableItem *eti,
row_local = e_table_model_row_count (
E_TABLE_MODEL (tree->priv->etta)) - 1;
- row_local = e_tree_view_to_model_row (tree, row_local);
col_local = e_selection_model_cursor_col (
E_SELECTION_MODEL (tree->priv->selection));
e_selection_model_select_as_key_press (
@@ -991,7 +990,6 @@ item_key_press (ETableItem *eti,
row_local = e_table_model_row_count (
E_TABLE_MODEL (tree->priv->etta)) - 1;
- row_local = e_tree_view_to_model_row (tree, row_local);
col_local = e_selection_model_cursor_col (
E_SELECTION_MODEL (tree->priv->selection));
e_selection_model_select_as_key_press (
@@ -2042,15 +2040,6 @@ et_set_property (GObject *object,
}
}
-gint
-e_tree_view_to_model_row (ETree *tree,
- gint view_row)
-{
- g_return_val_if_fail (E_IS_TREE (tree), -1);
-
- return view_row;
-}
-
/**
* e_tree_get_model:
* @et: the ETree