aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-selection-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-selection-model.c')
-rw-r--r--e-util/e-selection-model.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/e-util/e-selection-model.c b/e-util/e-selection-model.c
index 698dcfe9fb..31d6657230 100644
--- a/e-util/e-selection-model.c
+++ b/e-util/e-selection-model.c
@@ -341,26 +341,6 @@ e_selection_model_select_all (ESelectionModel *model)
class->select_all (model);
}
-/**
- * e_selection_model_invert_selection
- * @model: #ESelectionModel to invert
- *
- * This routine inverts all the rows in the given
- * #ESelectionModel.
- */
-void
-e_selection_model_invert_selection (ESelectionModel *model)
-{
- ESelectionModelClass *class;
-
- g_return_if_fail (E_IS_SELECTION_MODEL (model));
-
- class = E_SELECTION_MODEL_GET_CLASS (model);
- g_return_if_fail (class->invert_selection != NULL);
-
- class->invert_selection (model);
-}
-
gint
e_selection_model_row_count (ESelectionModel *model)
{