aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-selection-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-selection-model.h')
-rw-r--r--e-util/e-selection-model.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-selection-model.h b/e-util/e-selection-model.h
index ccfd25b8d8..c638b4fb2f 100644
--- a/e-util/e-selection-model.h
+++ b/e-util/e-selection-model.h
@@ -86,7 +86,6 @@ struct _ESelectionModelClass {
void (*clear) (ESelectionModel *model);
gint (*selected_count) (ESelectionModel *model);
void (*select_all) (ESelectionModel *model);
- void (*invert_selection) (ESelectionModel *model);
gint (*row_count) (ESelectionModel *model);
/* Protected virtual methods. */
@@ -156,8 +155,6 @@ void e_selection_model_clear (ESelectionModel *model);
gint e_selection_model_selected_count
(ESelectionModel *model);
void e_selection_model_select_all (ESelectionModel *model);
-void e_selection_model_invert_selection
- (ESelectionModel *model);
gint e_selection_model_row_count (ESelectionModel *model);
/* Private virtual Functions */