diff options
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 | ||||
-rw-r--r-- | e-util/e-table.c | 14 | ||||
-rw-r--r-- | e-util/e-table.h | 1 |
3 files changed, 0 insertions, 16 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 9df7b9b3e9..f5e58cb782 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3351,7 +3351,6 @@ e_table_drag_source_set e_table_drag_source_unset e_table_drag_begin e_table_select_all -e_table_invert_selection e_table_right_click_up e_table_commit_click_to_add e_table_freeze_state_change 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); |