From 4b41929f49d24edfe9c11995cee22df8edf3f553 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 19 Jun 2013 14:43:09 -0400 Subject: Remove unused e_table_invert_selection(). --- e-util/e-table.c | 14 -------------- e-util/e-table.h | 1 - 2 files changed, 15 deletions(-) (limited to 'e-util') 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 @@ -2156,20 +2156,6 @@ e_table_select_all (ETable *table) e_selection_model_select_all (E_SELECTION_MODEL (table->selection)); } -/** - * 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); -- cgit v1.2.3