aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-table.c14
-rw-r--r--e-util/e-table.h1
2 files changed, 0 insertions, 15 deletions
diff --git a/e-util/e-table.c b/e-util/e-table.c
index 6d7ebbbcf3..1777474984 100644
--- a/e-util/e-table.c
+++ b/e-util/e-table.c
@@ -2157,20 +2157,6 @@ e_table_select_all (ETable *table)
}
/**
- * e_table_invert_selection:
- * @table: The #ETable to modify
- *
- * Inverts the selection in @table.
- **/
-void
-e_table_invert_selection (ETable *table)
-{
- g_return_if_fail (E_IS_TABLE (table));
-
- e_selection_model_invert_selection (E_SELECTION_MODEL (table->selection));
-}
-
-/**
* e_table_get_printable:
* @e_table: #ETable to query
*
diff --git a/e-util/e-table.h b/e-util/e-table.h
index f3b36d0a5e..c18ca084fb 100644
--- a/e-util/e-table.h
+++ b/e-util/e-table.h
@@ -387,7 +387,6 @@ GdkDragContext *e_table_drag_begin (ETable *table,
/* selection stuff */
void e_table_select_all (ETable *table);
-void e_table_invert_selection (ETable *table);
/* This function is only needed in single_selection_mode. */
void e_table_right_click_up (ETable *table);