[evolution] Remove unused e_table_invert_selection().



commit 4b41929f49d24edfe9c11995cee22df8edf3f553
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jun 19 14:43:09 2013 -0400

    Remove unused e_table_invert_selection().

 .../evolution-util/evolution-util-sections.txt     |    1 -
 e-util/e-table.c                                   |   14 --------------
 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 9df7b9b..f5e58cb 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 6d7ebbb..1777474 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 f3b36d0..c18ca08 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]